Getting an error
#1

Getting 1 error in this line
GetVehiclePos(InAmbu[playerid],X, Y, Z);

Error name: error 035: argument type mismatch (argument 2)
Reply
#2

Help me with it
Reply
#3

like this
pawn Код:
new InAmbu;
InAmbu = GetPlayerVehicleID(playerid);
new Float:vehx, Float:vehy, Float:vehz;
GetVehiclePos(InAmbu, vehx, vehy, vehz);
becouse you can't InAmbu[playerid]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)