13.10.2009, 09:54
Instead of...
Use...
pawn Code:
if(GetPlayerMoney(playerid) < 1001)
{
pawn Code:
if (GetPlayerMoney(playerid) >= 1000)
{

