Quote:
Originally Posted by Galletziz
pawn Код:
//global variables;
isNude[MAX_PLAYERS] = 0; returnSkin;
CMD:nude(playerid,params[]) { if(isNude[playerid] == 0) { returnSkin = GetPlayerSkin(playerid); SetPlayerSkin(playerid, 252); isNude[playerid] = 1; } else { SetPlayerSkin(playerid,returnSkin); isNude[playerid] = 0; } return 1; }
|
What is
Код HTML:
//global variables;
and can you make me when we type /nude, the server will run command /me put down the .... and type /nude again server will run the command it /me put in the ... ?