13.08.2011, 17:19
On this command /invisible can you do /uninvisible
this command is /invisible:
this command is /invisible:
Код:
#define COLOR_INVISIBLE 0xFFFFFF00 if(strcmp(cmd,"/invisible",true) == 0) { SetPlayerColor(playerid,COLOR_INVISIBLE); SendClientMessage(playerid,COLOR_WHITE,"You are invisibie!"); return 1; }