06.07.2012, 22:15
arrumei quase todos, fiko sу 4 agora
D:\Samp\gamemodes\BPB.pwn(152) : error 012: invalid function call, not a valid address
D:\Samp\gamemodes\BPB.pwn(152) : warning 215: expression has no effect
D:\Samp\gamemodes\BPB.pwn(152) : error 001: expected token: ";", but found ")"
D:\Samp\gamemodes\BPB.pwn(152) : error 029: invalid expression, assumed zero
D:\Samp\gamemodes\BPB.pwn(152) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
й nessa linha
D:\Samp\gamemodes\BPB.pwn(152) : error 012: invalid function call, not a valid address
D:\Samp\gamemodes\BPB.pwn(152) : warning 215: expression has no effect
D:\Samp\gamemodes\BPB.pwn(152) : error 001: expected token: ";", but found ")"
D:\Samp\gamemodes\BPB.pwn(152) : error 029: invalid expression, assumed zero
D:\Samp\gamemodes\BPB.pwn(152) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
й nessa linha
pawn Код:
if(IsPlayerConnected(playerid) && !IsPlayerNPC(playerid) && ObjectInfo[objectid][ObjectCreated][playerid] == true)
{
DestroyPlayerObject(playerid, ObjectInfo[objectid][ObjectID][playerid]);
ObjectInfo[objectid][ObjectCreated][playerid] = false;
}
}
ObjectInfo[objectid][ModelID] = 0;
return 1;
}
return 0;
}