(6007) : error 012: invalid function call, not a valid address
(6007) : warning 215: expression has no effect
(6007) : error 001: expected token: ";", but found ")"
(6007) : error 029: invalid expression, assumed zero
(6007) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
{
LastVehicle[playerid] = GetPlayerLastVehicleID(playerid);
}
LastVehicle[playerid] = GetPlayerLastVehicleID(playerid);
GetPlayerLastVehicleID() isnt a function.
wiki.sa-mp.com/wiki/GetPlayerLastVehicleID |