13.04.2013, 20:30
Quote:
Hey i need help to SendClientMessage...
I will have it so a skin (285) can use the command. And another skin there try to use the command will the SendClientMessage send him a meassage " you can use this command " |
pawn Код:
if(GetPlayerSkin(playerid) == 285)
{
//...
}
else return SendClientMessage(playerid, 0xFFFFAA, "you can use this command");