playerid OnObjectMoved
#1

Hello is there any way to make this working?

Код:
new Nuke[MAX_PLAYERS];//variable for any player

public OnObjectMoved(objectid)
{
	if(objectid==Nuke[playerid)
	{
		//do something
	}
	return 1;
}
But as it should be i getting this error:

Код:
error 017: undefined symbol "playerid"
Now, is there any way to use playerid in this callback?

Thanks
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)