Empty statement
#1

Im working with my script and when I compile it, it shown

Quote:

(756) : error 036: empty statement

Here is my line:

Код:
	if(GetPlayerMoney(playerid) >150000);
What must i do?
Reply
#2

if(GetPlayerMoney(playerid) >150000);

to

if(GetPlayerMoney(playerid) >150000)

remove the semicolon!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)