[Include] [INC] a_car.inc V.0.3
#10

pawn Код:
if (strcmp(cmdtext, "/flip", true) == 0)
    {
      if (IsPlayerInAnyVehicle(playerid))
      {
        FlipCar(vehicleid);
        }
        return 1;
        }
Gives me the error at compiling:
Код:
C:\Program\SAMP Server\gamemodes\sldm.pwn(667) : error 017: undefined symbol "vehicleid"
In what way should I define it?



Reply


Messages In This Thread
[INC] a_car.inc V.0.3 - by kevinsoftware - 02.02.2008, 16:53
Re: [INC] a_car.inc V.0.1 - by [LDT]LuxurY - 02.02.2008, 16:55
Re: [INC] a_car.inc V.0.1 - by kevinsoftware - 02.02.2008, 16:59
Re: [INC] a_car.inc V.0.1 - by [LDT]LuxurY - 02.02.2008, 17:03
Re: [INC] a_car.inc V.0.1 - by Jashugan - 02.02.2008, 17:09
Re: [INC] a_car.inc V.0.2 - by kevinsoftware - 02.02.2008, 17:30
Re: [INC] a_car.inc V.0.2 - by kevinsoftware - 02.02.2008, 17:37
Re: [INC] a_car.inc V.0.3 - by kevinsoftware - 03.02.2008, 10:44
Re: [INC] a_car.inc V.0.3 - by Sir_Brock - 16.09.2008, 03:42
Re: [INC] a_car.inc V.0.3 - by Klutty - 04.04.2009, 14:14
Re: [INC] a_car.inc V.0.3 - by ICECOLDKILLAK8 - 04.04.2009, 14:21

Forum Jump:


Users browsing this thread: 3 Guest(s)