[HELP]How to script: spawn with Full armor
#1

Hi,

I don't know how to make in my gamemode that you spawn with full armor.
Can somebody help me?
Thanks.
Reply
#2

Код:
OnPlayerSpawn(playerid)
{
SetPlayerArmor(playerid, 100);
return 1;
}
* search for the "public OnPlayerSpawn(playerid)" in your script first as it should include it, you will get an error if you have it in the script 2 times
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)