Gang Vehicle and Other trouble!
#2

pawn Код:
if (vehicle == 93 || 94)
change to:
pawn Код:
if (vehicle == 93 || vehicle == 94)
If statement doesn't know what 94 for means, it needs assigned local variable before. Do the same to the rest of your code. And next time, please upload your code to pastebin (if its really long, like this one).
Reply


Messages In This Thread
Gang Vehicle and Other trouble! - by sagoza - 16.04.2014, 15:50
Re: Gang Vehicle and Other trouble! - by Riddick94 - 16.04.2014, 15:55
Re: Gang Vehicle and Other trouble! - by sagoza - 16.04.2014, 16:01

Forum Jump:


Users browsing this thread: 1 Guest(s)