How can i get the playerid ?
if i use " for(new i = 0; i <= MAX_PLAYERS; i++) "
is for all players... but how is just for one player ?
Actually I wanted to helped you before Rasikh replied but I went blank.. Anyways, if your meaning to check if a single player among all, you have to use [pawn] if( /*What you want to check here */ ) == /*True or False*/
{
//Code to be executed
return 1;
}[/pawn]
I'm not sure if there should be a
break or something. But this is what I had in mind.. However, if your meaning setting a timer to a specific person with that function, I suggest don't. It will bug the server and cause lag!!