Need help with setting vehicle prices
#8

Quote:
Originally Posted by ethman326
Посмотреть сообщение
Hey I am doing the same thing and I am kind of new to all of this and when I plugin the code and compile I get this:

C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(174 : error 017: undefined symbol "IsValidVehicle"
C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(1749) : error 017: undefined symbol "IsValidVehicle"
C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(1751) : error 017: undefined symbol "VehicleInfo"
C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(1751) : warning 215: expression has no effect
C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(1751) : error 001: expected token: ";", but found "]"
C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(1751) : error 029: invalid expression, assumed zero
C:\Users\ethan\Desktop\SAMP Server\gamemodes\RP.pwn(1751) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Errors.


Do I need to add a #define for isValidVehicle? If so how would I word it.
There's a SAMP bug where IsValidVehicle isn't defined natively, at the top of your script type 'native IsValidVehicle(vehicleid);'
Reply


Messages In This Thread
Need help with setting vehicle prices - by ShaneAloi - 26.03.2013, 18:46
Re: Need help with setting vehicle prices - by glbracer - 26.03.2013, 19:14
Re: Need help with setting vehicle prices - by ShaneAloi - 26.03.2013, 19:27
Re: Need help with setting vehicle prices - by ShaneAloi - 26.03.2013, 19:33
Re: Need help with setting vehicle prices - by glbracer - 26.03.2013, 19:54
Re: Need help with setting vehicle prices - by ShaneAloi - 26.03.2013, 20:09
Re: Need help with setting vehicle prices - by ethman326 - 26.03.2013, 20:14
Re: Need help with setting vehicle prices - by glbracer - 26.03.2013, 20:28
Re: Need help with setting vehicle prices - by ShaneAloi - 26.03.2013, 20:42
Re: Need help with setting vehicle prices - by ShaneAloi - 26.03.2013, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)