19.11.2012, 18:26
I have a command
but what can I do to make it say to everyone around %username% has put on some fresh clothes?
pawn Код:
//skin 6
if(strcmp(cmdtext, "/setskin 6", true) == 0)
{
SetPlayerSkin(playerid, 6);
GivePlayerMoney(playerid, -10);
return 1;
}