28.08.2012, 11:29
if(GetPlayerMoney(playerid) < 1000)
return SendClientMessage....
You cannot have more than 1 return in a single statement.
Uncomment the line if(GetPlayerMoney... etc.
return SendClientMessage....
You cannot have more than 1 return in a single statement.
Uncomment the line if(GetPlayerMoney... etc.