race vehicle
#6

Here's just a simple example to show you, I'll be using the infernus as a racevehicle now.
Код:
 new RaceVehicle = 411;
          if(GetVehicleModel(GetPlayerVehicleID(playerid)) == RaceVehicle)
         {
         SendClientMessage(playerid, COLOR_RED, "This vehicle is only for race.");
         }
This should check if the vehicle is ID 411, and if it is it will send you the message.
Reply


Messages In This Thread
race vehicle - by Fernado Samuel - 21.03.2013, 16:47
Re: race vehicle - by Mystique - 21.03.2013, 17:25
Re: race vehicle - by Fernado Samuel - 21.03.2013, 17:48
Re: race vehicle - by Mystique - 21.03.2013, 18:05
Re: race vehicle - by Fernado Samuel - 21.03.2013, 18:08
Re: race vehicle - by Mystique - 21.03.2013, 18:13
Re: race vehicle - by Fernado Samuel - 21.03.2013, 18:21
Re: race vehicle - by Mystique - 21.03.2013, 18:26
Re: race vehicle - by Fernado Samuel - 21.03.2013, 19:34
Re: race vehicle - by Mishima - 22.03.2013, 01:18

Forum Jump:


Users browsing this thread: 1 Guest(s)