Armour
#1

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;
}
Reply


Messages In This Thread
Armour - by David5290 - 27.01.2011, 22:01
Re: Armour - by bartje01 - 27.01.2011, 22:02
Re: Armour - by David5290 - 27.01.2011, 22:07
Re: Armour - by bartje01 - 27.01.2011, 22:10
Re: Armour - by David5290 - 27.01.2011, 22:11
Re: Armour - by bartje01 - 27.01.2011, 22:13
Re: Armour - by David5290 - 27.01.2011, 22:17
Re: Armour - by bartje01 - 27.01.2011, 22:45
Re: Armour - by David5290 - 27.01.2011, 22:46

Forum Jump:


Users browsing this thread: 7 Guest(s)