08.10.2013, 09:07
Help I got this errors From my script...
08.10.2013, 09:14
Change from the line 1224, the symbol
to
pawn Код:
}
pawn Код:
{
08.10.2013, 09:16
Ahahahah Thank you
08.10.2013, 09:20
08.10.2013, 09:26
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;
}
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)