#1

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid,)//this line
{
    if (IsPlayerInVehicle(playerid,Carlist[playerid][Carid]))
    {
      GetVehiclePos(Carlist[playerid][Carid],Carlist[playerid][X],Carlist[playerid][Y],Carlist[playerid][Z]);
      GetVehicleZAngle(Carlist[playerid][Carid],Carlist[playerid][Rotation]);
    }
}
Код:
(1158) : error 010: invalid function or declaration
Reply
#2

I think it is saying basicly the script section right there is not finished and needs to be finished before i can compile.
Reply
#3

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)//this line
{
if (IsPlayerInVehicle(playerid,Carlist[playerid][Carid]))
{
  GetVehiclePos(Carlist[playerid][Carid],Carlist[playerid][X],Carlist[playerid][Y],Carlist[playerid][Z]);
  GetVehicleZAngle(Carlist[playerid][Carid],Carlist[playerid][Rotation]);
}
}
Facepalm.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)