[help]driving school
#2

Instead of...
pawn Code:
if(GetPlayerMoney(playerid) < 1001)
{
Use...
pawn Code:
if (GetPlayerMoney(playerid) >= 1000)
{
Reply


Messages In This Thread
[help]driving school - by klavins - 12.10.2009, 19:19
Re: [help]driving school - by Abernethy - 13.10.2009, 09:54
Re: [help]driving school - by klavins - 13.10.2009, 09:57
Re: [help]driving school - by Abernethy - 13.10.2009, 10:33
Re: [help]driving school - by Extremo - 13.10.2009, 10:42
Re: [help]driving school - by klavins - 13.10.2009, 13:34

Forum Jump:


Users browsing this thread: 1 Guest(s)