The same question -.-
#7

Do something like
pawn Код:
new grove[25]
at top

Then

pawn Код:
groove = AddStaticVehicle(,,,,,)
on gamemodeinit

Then on public OnPlayerStateChange(playerid, newstate, oldstate)

pawn Код:
if(newstate == 2)
{
     if(vehicleid == grove)
      {
        // bla bla
       }
}
Not sure if this would work, just made it quick.
Reply


Messages In This Thread
The same question -.- - by fmmalves - 13.07.2010, 13:23
Re: The same question -.- - by oliverrud - 13.07.2010, 13:24
Re: The same question -.- - by fmmalves - 13.07.2010, 13:26
Re: The same question -.- - by oliverrud - 13.07.2010, 13:28
Re: The same question -.- - by fmmalves - 13.07.2010, 13:42
Re: The same question -.- - by fmmalves - 13.07.2010, 13:43
Re: The same question -.- - by oliverrud - 13.07.2010, 13:49
Re: The same question -.- - by legodude - 13.07.2010, 14:21
Re: The same question -.- - by [DK]JaloNik - 13.07.2010, 14:33
Re: The same question -.- - by fmmalves - 13.07.2010, 15:10

Forum Jump:


Users browsing this thread: 2 Guest(s)