SA-MP Forums Archive
Giveweapon problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Giveweapon problem (/showthread.php?tid=431072)



Giveweapon problem - K3nX - 16.04.2013

----------


Re: Giveweapon problem - dr.lozer - 16.04.2013

Try this:

pawn Код:
public OnPlayerSpawn(playerid)
{
   if(gTeam[playerid] == TEAM_CARFIX)
   {
      GivePlayerWeapon(playerid,5,1);
   }
   return 1;
}



---------- - K3nX - 16.04.2013

----------


Re: Giveweapon problem - K3nX - 16.04.2013

Need help.


Re: Giveweapon problem - RandomDude - 16.04.2013

Take out

Quote:

GivePlayerSpawnWeapons(playerid);

Then try it should work now.


---------- - K3nX - 16.04.2013

----------


---------- - K3nX - 17.04.2013

----------