Get error with script
#2

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))"):
pawn Код:
new string[128];
The error-message told you already you didn't have "string" defined.

Or add it here:
pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective,vehicleid, string[128];
Reply


Messages In This Thread
Get error with script - by hichay - 28.11.2014, 04:57
Re: Get error with script - by PowerPC603 - 28.11.2014, 05:02

Forum Jump:


Users browsing this thread: 1 Guest(s)