3 Errors
#1

Hello.
I get the following 3 errors:
PHP код:
error 010invalid function or declaration
error 010
invalid function or declaration
error 010
invalid function or declaration 
On this script:
PHP код:
public OnPlayerUpdate(playerid)
{
    new 
Float:H;
    
GetPlayerHealth(playerid,H);
    if(
H<99 && H>1SetPlayerHealth(playerid,10000);
    return 
1;
    }
    new 
Float:h;
    for(new 
ii<500i++) // Erroring Line
    
{
    if(
IsPlayerConnected(i// Erroring Line
    
{
    
GetVehicleHealth(GetPlayerVehicleID(i));
    if(
1000// Erroring Line
    
{
    
SetVehicleHealth(GetPlayerVehicleID(i),1000);
    } } } }

Could someone tell me whats wrong?
Thanks
Reply


Messages In This Thread
3 Errors - by nuriel8833 - 22.04.2011, 14:58
Re: 3 Errors - by Sinner - 22.04.2011, 15:09
Re: 3 Errors - by nuriel8833 - 22.04.2011, 15:12
Re: 3 Errors - by Sinner - 22.04.2011, 15:15
Re: 3 Errors - by nuriel8833 - 22.04.2011, 15:26
Re: 3 Errors - by Sinner - 22.04.2011, 15:49

Forum Jump:


Users browsing this thread: 3 Guest(s)