SPAWN - 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: SPAWN (
/showthread.php?tid=244531)
SPAWN -
boyan96 - 27.03.2011
How i can make filterscript when player join and spawn to give him tec,sawn.m4
Re: SPAWN -
Mr_Scripter - 27.03.2011
pawn Код:
public OnPlayerSpawn(playerid)
{
GivePlayerWeapon(playerid, 24, 1000);//change it or add more if you want
GivePlayerWeapon(playerid, 30, 1000);//change it or add more if you want
return 1;
}