playerid OnObjectMoved
#4

Quote:
Originally Posted by Kmitska
Посмотреть сообщение
Try this:

new Nuke[MAX_PLAYERS];

public OnObjectMoved(objectid)
{
for(new i; i<MAX_PLAYERS; i++)
if(objectid==Nuke[i])
{
//do something
}
return 1;
}
It work, thank you
Reply


Messages In This Thread
playerid OnObjectMoved - by zofa - 11.01.2011, 19:58
AW: playerid OnObjectMoved - by Kmitska - 11.01.2011, 20:00
Re: playerid OnObjectMoved - by Iuri - 11.01.2011, 20:02
Re: AW: playerid OnObjectMoved - by zofa - 11.01.2011, 20:03
AW: playerid OnObjectMoved - by Kmitska - 11.01.2011, 20:04
Re: playerid OnObjectMoved - by Voldemort - 11.01.2011, 21:18

Forum Jump:


Users browsing this thread: 1 Guest(s)