28.11.2014, 05:02
Look at your other topic, I posted the most easy solution for starting your engine with a keypress.
Or, if you wanna keep the code you posted here, add this at the start of your callback (above "if(PRESSED(KEY_NO))"):
The error-message told you already you didn't have "string" defined.
Or add it here:
Or, if you wanna keep the code you posted here, add this at the start of your callback (above "if(PRESSED(KEY_NO))"):
pawn Код:
new string[128];
Or add it here:
pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective,vehicleid, string[128];