Help I got this errors From my script...
#1



Reply
#2

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

Ahahahah Thank you
Reply
#4

How About this errors.?

Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)