Infernus
#12

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
But i told you, i wont support that.

pawn Код:
new IsAttached[MAX_VEHICLES];

public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        new vehicle;
        vehicle = GetPlayerVehicleID(playerid);
        if(GetVehicleModel(vehicle) == 411)
        {
            if(IsAttached(vehicle) == 0)
            {
                  LSPDizeInfernus(vehicle);
                  IsAttached[vehicle] =1;
            }
        }
    }
    return 1;
}

Код:
C:\DOCUME~1\SAIKUM~1\Desktop\lobby.pwn(227) : error 012: invalid function call, not a valid address
C:\DOCUME~1\SAIKUM~1\Desktop\lobby.pwn(227) : warning 215: expression has no effect
C:\DOCUME~1\SAIKUM~1\Desktop\lobby.pwn(227) : error 001: expected token: ";", but found ")"
C:\DOCUME~1\SAIKUM~1\Desktop\lobby.pwn(227) : error 029: invalid expression, assumed zero
C:\DOCUME~1\SAIKUM~1\Desktop\lobby.pwn(227) : fatal error 107: too many error messages on one line
Reply


Messages In This Thread
Infernus - by saikumar - 16.05.2014, 11:12
Re: Infernus - by saikumar - 16.05.2014, 11:38
Re: Infernus - by saikumar - 16.05.2014, 12:04
Re: Infernus - by saikumar - 16.05.2014, 12:15
Re: Infernus - by saikumar - 16.05.2014, 14:25
Re : Infernus - by Ramoboss - 16.05.2014, 14:30
Re: Infernus - by saikumar - 16.05.2014, 14:51
Re : Infernus - by Ramoboss - 16.05.2014, 15:21
Re: Re : Infernus - by saikumar - 16.05.2014, 16:24
Re : Infernus - by Ramoboss - 16.05.2014, 16:29
Re: Infernus - by saikumar - 17.05.2014, 03:35
Re: Infernus - by saikumar - 17.05.2014, 06:33
Re: Infernus - by [ABK]Antonio - 17.05.2014, 08:40

Forum Jump:


Users browsing this thread: 2 Guest(s)