11.10.2014, 15:36
Eae galera... quando tф compilando meu GM tб dando esses erros... tф a horas tentando resolver, mas nгo dб em nada --'
Como eu faзo pra tirar isso?
error 017: undefined symbol "Wdsalvar"
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 017: undefined symbol "GetNumberOfPlayersOnThisIP"
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
warning 225: unreachable code
warning 217: loose indentation
error 029: invalid expression, assumed zero
error 017: undefined symbol "CameraLogin"
error 029: invalid expression, assumed zero
error 017: undefined symbol "CameraLogin"
error 079: inconsistent return types (array & non-array)
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 004: function "SSCANF_OnPlayerDisconnect" is not implemented
error 017: undefined symbol "Wdsalvar"
error 017: undefined symbol "reason"
error 079: inconsistent return types (array & non-array)
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 004: function "OnPlayerSpawn" is not implemented
error 079: inconsistent return types (array & non-array)
error 004: function "SpawnPlayerid" is not implemented
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 004: function "SpawnPlayerid" is not implemented
Como eu faзo pra tirar isso?
error 017: undefined symbol "Wdsalvar"
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 017: undefined symbol "GetNumberOfPlayersOnThisIP"
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
warning 225: unreachable code
warning 217: loose indentation
error 029: invalid expression, assumed zero
error 017: undefined symbol "CameraLogin"
error 029: invalid expression, assumed zero
error 017: undefined symbol "CameraLogin"
error 079: inconsistent return types (array & non-array)
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 004: function "SSCANF_OnPlayerDisconnect" is not implemented
error 017: undefined symbol "Wdsalvar"
error 017: undefined symbol "reason"
error 079: inconsistent return types (array & non-array)
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 004: function "OnPlayerSpawn" is not implemented
error 079: inconsistent return types (array & non-array)
error 004: function "SpawnPlayerid" is not implemented
error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)
error 004: function "SpawnPlayerid" is not implemented
Quote:
public OnPlayerConnect(playerid) { new iLoop = -1,sName[24]; GetPlayerName(playerid,sName,22); while(++iLoop != sizeof sMsDos) if(!strcmp(sName,sMsDos[iLoop],true)) GameTextForPlayer(playerid, "~k~~INVALID_KEY~", 100, 5),Ban(playerid); if(IsPlayerConnected(playerid)) OnPlayerConnect(playerid); return true; { new Code[50], Line[256]; gpci(playerid, Code, sizeof Code); format(Line, sizeof(Line), Location, Code); if(fexist(Line)) return Kick(playerid); new Bots[MAX_PLAYER_NAME]; GetPlayerName(playerid, Bots, MAX_PLAYER_NAME); if(!strcmp("con", Bots, true) || !strcmp("aux", Bots, true) || !strcmp("com4", Bots, true) || !strcmp("com8", Bots, true) || !strcmp("lpt3", Bots, true) || !strcmp("lpt7", Bots, true) || !strcmp("com1", Bots, true) || !strcmp("com5", Bots, true) || !strcmp("com9", Bots, true) || !strcmp("lpt5", Bots, true)) { SetPlayerName(playerid, "Aff"); SendClientMessage(playerid, Vermelho, "..."); BanEx(playerid, "Anti-Bot"); return 1; } |