vehicle "is"...
#9

Wow, it beghins to be hard, i don't know how to do that
I should set : if IsaVelib ?
Код:
public OnPlayerStateChange(playerid,newstate,oldstate)
{
  new state = GetPlayerState(playerid);
if (state == PLAYER_STATE_PASSENGER || state == PLAYER_STATE_DRIVER)
  {
  if(IsAVelibCar)
  {
   GivePlayerMoney(playerid, -100);
   return 1;
  }
  return 0;
}
 
  return 1;
}
?

Reply


Messages In This Thread
vehicle "is"... - by falor - 18.02.2010, 16:21
Re: vehicle "is"... - by Ricop522 - 18.02.2010, 16:33
Re: vehicle "is"... - by falor - 18.02.2010, 18:47
Re: vehicle "is"... - by saiberfun - 18.02.2010, 19:01
Re: vehicle "is"... - by falor - 18.02.2010, 19:04
Re: vehicle "is"... - by saiberfun - 18.02.2010, 19:11
Re: vehicle "is"... - by falor - 18.02.2010, 19:16
Re: vehicle "is"... - by Correlli - 18.02.2010, 19:18
Re: vehicle "is"... - by falor - 18.02.2010, 19:20
Re: vehicle "is"... - by pyrodave - 18.02.2010, 19:28

Forum Jump:


Users browsing this thread: 2 Guest(s)