26.12.2010, 10:31
So basically I type a command to make the below happen...
That's fine, but what I need to do is figure out a way to see if someone is near that object that was created by the command, some help here?
Код:
new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); CreateObject(677,x,y,z-1,0,0,0);