OnPlayerCommandText problem...
#4

*Sorry about the bump

Should i add
pawn Код:
return 1;
at the end of the
pawn Код:
if (GetPlayerScore(playerid) > 99)
{
   //Stuff here
}
that?

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

pawn Код:
if (GetPlayerScore(playerid) > 99)
{
   //Stuff here
   return 1;
}
??
Reply


Messages In This Thread
OnPlayerCommandText problem... - by Ash. - 18.07.2010, 09:06
Re: OnPlayerCommandText problem... - by Jeffry - 18.07.2010, 09:10
Re: OnPlayerCommandText problem... - by Ash. - 18.07.2010, 09:21
Re: OnPlayerCommandText problem... - by Ash. - 18.07.2010, 09:39
Re: OnPlayerCommandText problem... - by Jeffry - 18.07.2010, 09:41
Re: OnPlayerCommandText problem... - by Ash. - 18.07.2010, 09:46
Re: OnPlayerCommandText problem... - by Jeffry - 18.07.2010, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)