[ERROR] vehicleid
#1

Код:
C:\gf.pwn(4953) : error 017: undefined symbol "vehicleid"
C:\gf.pwn(4958) : error 017: undefined symbol "vehicleid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    {
        if(Engine[vehicleid] == 0)
        {
            SendClientMessage(playerid, COLOR_GREY, "* Press 'N' to turn on vehicle *");
            return 1;
        }
        else if(Engine[vehicleid] == 1)
        {
            SendClientMessage(playerid, COLOR_GREY, "* Engine alrealy running *");
        }
    }
Reply


Messages In This Thread
[ERROR] vehicleid - by monster010 - 29.04.2014, 21:00
Re: [ERROR] vehicleid - by Luis- - 29.04.2014, 21:01
Re: [ERROR] vehicleid - by monster010 - 29.04.2014, 21:04
Re: [ERROR] vehicleid - by Luis- - 29.04.2014, 21:09
Re: [ERROR] vehicleid - by gekas - 29.04.2014, 21:34
Re: [ERROR] vehicleid - by Luis- - 29.04.2014, 21:35

Forum Jump:


Users browsing this thread: 2 Guest(s)