ugh i got a newbie question 8D
#1

this didn't work....the code :
Код:
OnPlayerEnterVehice(playerid,vehicleid)
{
	if (GetVehicleModel(vehicleid) == 451 && !strcmp("[TdB]Ceka",PlayerName(playerid))) return RemovePlayerFromVehicle(playerid);
return 1;
}
Reply
#2

Try this http://forum.sa-mp.com/index.php?topic=171028.0

Reply
#3

Using return won't do anything, use RemovePlayerFromVehicle instead.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)