27.01.2011, 22:01
Alright well, in my GameMode script I don't have armour when on spawn, so I added the /armour command. Is there another way to set it so everyone gets full armour on spawn without typing a command for it?
Код:
if (strcmp(cmdtext, "/armour", true) == 0) { SetPlayerArmour(playerid, 100.0); SendClientMessage(playerid, 0xFFFFFFAA, "Armour restored!"); return 1; }