if (actionleftmouse && int(playerx)=<30) {
playerdir=0; unfreezeplayer; setani idle,; setlevel2 effthis.nw,38,61;
}
I did this and it when clientside, it only sets gani.
serverside it works just fine except when on gmap.
In gmap its weird because sometimes it randomly works, mostly not.
I've had other proplems with x's and y's on gmap,
if (mousex=>41 && mousey=>43 && mousex=<44 && mousey=<46)
{showtext 1,1,400,,,plaaplaa;}
Npc like that only works if its on the first level (upper left corner) of gmap and not on others. And to make it work on other I'd have to put it on the first level and use x & y vallues like 125 or so.
Someone tell me how to use npcs on gmaps
