Is there a command in pawno to "do nothing"
#9

Quote:
Originally Posted by ThePS3Guy
if(vehicleid != (Car ID's that can't have NOS)) AddVehicleComponent(vehicleid, 1010);

I'm guessing that the ! in that equation means "does not equal"
Yes.
== is equal to,
!= is not equal to.
Also, you don't need { and } around it if you've got a 1-line "if" statement. (As shown in my code)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)