[Help] Car Commands
#3

Use a variable
pawn Код:
// Top of script
new AutoOn[MAX_PLAYERS];

// In Command
if(AutoOn[playerid] == 0)
{
  // Turn Auto Fix On
  AutoOn[playerid] = 1;
}
else
{
  // Turn Auto Fix Off
  AutoOn[playerid] = 0;
}
BTW, Dont double post
Reply


Messages In This Thread
[Help] Car Commands - by ForceFive - 05.04.2009, 20:25
Re: [Help] Car Commands - by ForceFive - 05.04.2009, 22:13
Re: [Help] Car Commands - by ICECOLDKILLAK8 - 05.04.2009, 22:17
Re: [Help] Car Commands - by Kostas' - 17.09.2011, 13:34
Re: [Help] Car Commands - by wouter0100 - 17.09.2011, 13:35
Re: [Help] Car Commands - by Kostas' - 18.09.2011, 09:41

Forum Jump:


Users browsing this thread: 1 Guest(s)