10.08.2009, 16:31
You are using the vehicle type id am I right? U want to kick players out of vehicle 599 (Police Ranger)?There is your problem, you need another id...
To get this:
OnPlayerEnterVehicle
Код:
new string[128]; format(string,128,"vehicle id: %d",GetPlayerVehicleID(playerid)); SendClientMessage(playerid,yourcolor,string);
Delete the code when you no longer need it ofcourse.

Hope it helps
Grts Riz

