12.07.2015, 20:58
PHP код:
(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.
PHP код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
{
LastVehicle[playerid] = GetPlayerLastVehicleID(playerid);
}
PHP код:
LastVehicle[playerid] = GetPlayerLastVehicleID(playerid);
new LastVehicle[MAX_PLAYERS];