18.07.2010, 09:39
*Sorry about the bump 
Should i add
at the end of the
that?
Like this:
-or-
??

Should i add
pawn Код:
return 1;
pawn Код:
if (GetPlayerScore(playerid) > 99)
{
//Stuff here
}
Like this:
pawn Код:
if (GetPlayerScore(playerid) > 99)
{
//Stuff here
}
return 1;
pawn Код:
if (GetPlayerScore(playerid) > 99)
{
//Stuff here
return 1;
}

