SA-MP Forums Archive
Help I got this errors From my script... - 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 I got this errors From my script... (/showthread.php?tid=468413)



Help I got this errors From my script... - FLapJAck - 08.10.2013






Re: Help I got this errors From my script... - Konstantinos - 08.10.2013

Change from the line 1224, the symbol
pawn Код:
}
to
pawn Код:
{



Re: Help I got this errors From my script... - FLapJAck - 08.10.2013

Ahahahah Thank you


Re: Help I got this errors From my script... - FLapJAck - 08.10.2013

How About this errors.?




Re: Help I got this errors From my script... - Konstantinos - 08.10.2013

pawn Код:
stock IsAtAmmunation(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 3.5, x, y, z)
    || IsPlayerInRangeOfPoint(playerid, 3.5, x, y, z)
    || IsPlayerInRangeOfPoint(playerid, 3.5, x, y, z)
    || IsPlayerInRangeOfPoint(playerid, 3.5, x, y, z)
    || IsPlayerInRangeOfPoint(playerid, 3.5, x, y, z)) return 1;
    return 0;
}
Replace x, y, z with the coordinates you use.