SA-MP Forums Archive
Help me - 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: Help me (/showthread.php?tid=620061)



Help me - kevin132312 - 25.10.2016

i want to make donor class , capture only 15 seconds

else if(gClass[playerid] == DONOR)
{
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 26, 200);
GivePlayerWeapon(playerid, 24, 100);
GivePlayerWeapon(playerid, 9, 2);
GivePlayerWeapon(playerid, 34, 200);
GivePlayerWeapon(playerid, 31, 200);
GivePlayerWeapon(playerid, 35, 2);
GivePlayerWeapon(playerid, 16, 5);
GivePlayerWeapon(playerid, 1, 1);
timer[playerid] = SetTimerEx(15000, false,"i",playerid);
its error
anyone can help me please


Re: Help me - Yaa - 25.10.2016

What the error pls ?