11.03.2009, 19:26
Is there a way to check if a Player have a certain name to use a Command?
Please help..
pawn Код:
if (strcmp("/cctv", cmdtext, true) == 0)
{
PlayerMenu[playerid] = 0;
TogglePlayerControllable(playerid, 0);
ShowMenuForPlayer(CCTVMenu[0], playerid);
return 1;
}