11.01.2011, 19:58
Hello is there any way to make this working?
But as it should be i getting this error:
Now, is there any way to use playerid in this callback?
Thanks
Код:
new Nuke[MAX_PLAYERS];//variable for any player
public OnObjectMoved(objectid)
{
if(objectid==Nuke[playerid)
{
//do something
}
return 1;
}
Код:
error 017: undefined symbol "playerid"
Thanks


