weapon
#1

ok i got this" if tec giveplayerweapon 0 32 0000
but how to make to spawn with same weapon after death?
Reply
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
GivePlayerMoney(playerid,32,5555);
return 1;
}
Reply
#3

pawn Код:
public OnPlayerSpawn(playerid)
{
GivePlayerWeapon(playerid, 32, 9999);
return 1;
}
Reply
#4

YE BUT I WANT THAT ONLY IF SOMEONE DID /TEC.
if not spawn without weapons, if he did /tec then respawn with chosen gun
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)