Recognize Car
#2

Put this instead of OnPlayerEnterVehicle

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
  new string[48];
 	format(string, sizeof(string), "You entered vehicle: %d",vehicleid);
	SendClientMessage(playerid, 0xAAAA33AA, string);
  return 1;
}
When you enter a car, it gives you it`s id
Reply


Messages In This Thread
Recognize Car - by -eXo - 26.04.2009, 11:48
Re: Recognize Car - by nickbugun - 26.04.2009, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)