03.08.2012, 17:09
Hey ppl, i would like to make this command
With a key, if i press key "*", make this command work, like when u turn on engine on car u press shift ...
Код HTML:
if (strcmp("/nameoon", cmdtext, true) == 0) { for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, true); GameTextForPlayer(playerid, "~W~Nametags ~R~off", 5000, 5); return 1; }