03.08.2011, 07:38
їAsн decнas? їQue dos personas puedan utilizar el comando?
pawn Код:
if(!strcmp(cmdtext, "/comando", true))
{
new nick[MAX_PLAYER_NAME];
GetPlayerName(playerid, nick, sizeof(nick));
if(!strcmp(nick, "Nick_Nick", false) || !strcmp(nick, "Nick2_Nick2", false))
{
if(PlayerToPoint(4, playerid, 1006.7184, -672.9726, 121.1484))
{
return 1;
}
}
else return SendClientMessage(playerid, COLOR_GREY,"No puedes utilizar este comando.");
}