28.05.2009, 19:28
in the public OnPlayerEnterVehicle:
replace TheWayYouGetThePlayerLevelGoesHere in the way you get the player's level.
pawn Код:
new Float:px, Float:py, Float:pz;
GetPlayerPos(playerid,px,py,pz);
if(TheWayYouGetThePlayerLevelGoesHere < 2) return SetPlayerPos(playerid,px,py,pz);
return 1;