16.03.2012, 20:55
I didn't look so much at the code, but you've to change
to
pawn Код:
stock IsPlayerInAirPlane(vehicleid)
{
switch(GetVehicleModel(vehicleid))
pawn Код:
stock IsPlayerInAirPlane(playerid)
{
switch(GetVehicleModel(GetPlayerVehicleID(playerid))