25.05.2009, 15:32 
	
	
	Quote:
| 
					Originally Posted by kruts  Sorry for my bluntness One example pawn Код: 
 and the player (playerid) has fulfilled the function command and check whether there ID in the game Help me please, I very need.. | 
pawn Код:
if (strcmp(cmdtext, "/ggg,true) == 0)
{
if(cmdtext[5] == 0) {
SendClientMessage(playerid, RED, "Fill something in?");
}
if(IsPlayerConnected(cmdtext[5]) {
SetPlayerSpecialAction(cmdtext[5], 68);
}
else { SendClientMessage(playerid, RED, "Offline"); }
return 1;
}


