11.04.2015, 14:12
You're trying to get the position from a vehicle that does not exist because currentveh is 0 and you haven't assigned the currect vehicleid.
Tip: use %f to print floats if you want the decimal places too to be printed.
pawn Код:
new v = pInfo[playerid][VehicleOwner], currentveh = GetPlayerVehicleID(playerid), string[128];

