another problem[solved]
#1

i use seif's include for vehicles. i want to make a command:
pawn Код:
if (strcmp("/respray", cmdtext, true) == 0)
    {
      GetVehicleID(playerid);
    ResprayVehicle(vehicleid);
        return 1;
    }
but i get:
Код:
C:\Documents and Settings\^^\My Documents\NikeRaptor\gamemodes\raz.pwn(597) : error 017: undefined symbol "GetVehicleID"
C:\Documents and Settings\^^\My Documents\NikeRaptor\gamemodes\raz.pwn(598) : error 017: undefined symbol "vehicleid"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
help?


Reply


Messages In This Thread
another problem[solved] - by Serediucr - 19.06.2009, 15:02
Re: another problem - by Serediucr - 19.06.2009, 15:21
Re: another problem - by Correlli - 19.06.2009, 15:46
Re: another problem - by cloud9 - 19.06.2009, 15:49
Re: another problem - by Serediucr - 19.06.2009, 16:00
Re: another problem[solved] - by MenaceX^ - 19.06.2009, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)