SA-MP Forums Archive
Need help ! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help ! (/showthread.php?tid=146044)



Need help ! - klaviatuur - 05.05.2010

How to add spawnweapons to Gangs/maffias?

sorry for my bad english



Re: Need help ! - aircombat - 05.05.2010

OnPlayerSpawn(playerid)
{
if(gTeam[playerid] == TEAM)
{
GivePlayerWeapon(playerid,Weaponid,Ammo);
}
return 1;
}