26.01.2013, 12:48
Pessoal no meu gm quando vou compilalo aconteзe isto!
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(32) : error 070: rational number support was not enabled
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(63) : error 070: rational number support was not enabled
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(127) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(149) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(149) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(151) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(153) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(155) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(156) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(157) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(162) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(163) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(164) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(165) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(166) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(167) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(16
: error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(169) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(170) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(171) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(172) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(173) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(174) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(176) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(177) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(17
: error 004: function "SendPlayerFormattedText" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
A histуria й a seguinte!
Quando tava editando o maper tipo deletando objetos ou etc n tinha feito backup do meu GM e fiz uma merda todo meu gm foi substituidos para 5 objetos a mais! tenso nй? o ke eu fiz usei o descompiler! e veio com + de 50 erros! consegui com outros gm de lvdm consertar grande parte do GM '-', agora sempre da esses erros e as chaves parenteses estгo ok! verifiquei as includes havia erros eu os corrigi pelo pawno e pega -.- nгo sei se fiz burrada kk! mas alguem pode me ajudar?
a parte inicial dos comandos ta assim '-'
Linha : 140 atй 158
public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new playermoney;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new cmd[256];
new giveplayerid, moneys, idx;
cmd = strtok(cmdtext, idx);
if(strcmp(cmdtext, "/ajuda", true) == 0)
{
SendPlayerFormattedText(playerid, "Las Venturas DM.", 0);
SendPlayerFormattedText(playerid, "/report [ID] [Motivo] para reportar alguem!", 0);
SendPlayerFormattedText(playerid, "/Comandos : Para Ver os comandos!", 0);
return 1;
}
tem isso e os comandos que pus ta ok jб verifiquei!!! alguem sabe pq o erro? as includes? ajuda HELP FAST!!! muita gente tem esse erro n sei pq mas o problema e sempre diferente!
Alguem ajuda pf rapido!
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(32) : error 070: rational number support was not enabled
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(63) : error 070: rational number support was not enabled
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(127) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(149) : error 017: undefined symbol "strtok"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(149) : error 033: array must be indexed (variable "cmd")
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(151) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(153) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(155) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(156) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(157) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(162) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(163) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(164) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(165) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(166) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(167) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(16
: error 004: function "SendPlayerFormattedText" is not implementedC:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(169) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(170) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(171) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(172) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(173) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(174) : error 079: inconsistent return types (array & non-array)
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(176) : error 017: undefined symbol "strcmp"
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(177) : error 004: function "SendPlayerFormattedText" is not implemented
C:\Documents and Settings\Servidor\Desktop\GTA Servidor LVDM\gamemodes\Test.pwn(17
: error 004: function "SendPlayerFormattedText" is not implementedCompilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
A histуria й a seguinte!
Quando tava editando o maper tipo deletando objetos ou etc n tinha feito backup do meu GM e fiz uma merda todo meu gm foi substituidos para 5 objetos a mais! tenso nй? o ke eu fiz usei o descompiler! e veio com + de 50 erros! consegui com outros gm de lvdm consertar grande parte do GM '-', agora sempre da esses erros e as chaves parenteses estгo ok! verifiquei as includes havia erros eu os corrigi pelo pawno e pega -.- nгo sei se fiz burrada kk! mas alguem pode me ajudar?
a parte inicial dos comandos ta assim '-'
Linha : 140 atй 158
public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new playermoney;
new sendername[MAX_PLAYER_NAME];
new giveplayer[MAX_PLAYER_NAME];
new cmd[256];
new giveplayerid, moneys, idx;
cmd = strtok(cmdtext, idx);
if(strcmp(cmdtext, "/ajuda", true) == 0)
{
SendPlayerFormattedText(playerid, "Las Venturas DM.", 0);
SendPlayerFormattedText(playerid, "/report [ID] [Motivo] para reportar alguem!", 0);
SendPlayerFormattedText(playerid, "/Comandos : Para Ver os comandos!", 0);
return 1;
}
tem isso e os comandos que pus ta ok jб verifiquei!!! alguem sabe pq o erro? as includes? ajuda HELP FAST!!! muita gente tem esse erro n sei pq mas o problema e sempre diferente!
Alguem ajuda pf rapido!

