problem with public onplayerupdate thing
#2

Also "expected token: token, but found token" means that the token (the first) was expected from the compiler but he found token (the second)

pawn Код:
new Float:HealthAmount // here is the problem - the compiler wants a semicolon but just found a identifier
GetPlayerHealth(playerid, HealthAmount);
//so we add a semicolon
new Float:HealthAmount; //done
GetPlayerHealth(playerid, HealthAmount);
Reply


Messages In This Thread
problem with public onplayerupdate thing - by hardstop - 21.04.2010, 19:06
Re: problem with public onplayerupdate thing - by Nero_3D - 21.04.2010, 19:22
Re: problem with public onplayerupdate thing - by hardstop - 21.04.2010, 19:25
Re: problem with public onplayerupdate thing - by CAR - 21.04.2010, 19:44
Re: problem with public onplayerupdate thing - by hardstop - 21.04.2010, 19:55
Re: problem with public onplayerupdate thing - by CAR - 21.04.2010, 19:58
Re: problem with public onplayerupdate thing - by hardstop - 21.04.2010, 20:03

Forum Jump:


Users browsing this thread: 1 Guest(s)