Combining Commands
#7

Code fixed above.
Also:
!= means is he is NOT a driver check
When you should have used ==
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
   if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER )
{
   SendClientMessage(playerid, COLOR_YELLOW, "You have entered a vehicle ((TIP: Type /e to start it.))");
}
   return 1;
}
Reply


Messages In This Thread
Combining Commands - by xXRealLegitXx - 15.02.2013, 08:18
Re: Combining Commands - by DaRk_RaiN - 15.02.2013, 08:39
Re: Combining Commands - by xXRealLegitXx - 15.02.2013, 08:49
Re: Combining Commands - by DaRk_RaiN - 15.02.2013, 09:14
Re: Combining Commands - by xXRealLegitXx - 15.02.2013, 09:36
Re: Combining Commands - by xXRealLegitXx - 15.02.2013, 09:40
Re: Combining Commands - by DaRk_RaiN - 15.02.2013, 09:40
Re: Combining Commands - by Da_Noob - 15.02.2013, 10:05
Re: Combining Commands - by xXRealLegitXx - 15.02.2013, 10:16
Re: Combining Commands - by xXRealLegitXx - 15.02.2013, 10:19

Forum Jump:


Users browsing this thread: 1 Guest(s)