Problema con un comando
#5

Quote:
Originally Posted by CharlieBrown
Посмотреть сообщение
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmd, "/comando", true) == 0)
{
SetPlayerHealth(playerid, 0.0);
SendClientMessage(playerid, COLOR_GRIS, "ESTO ES UNA PRUEBA");
return 1;
}
Ahora me tira estos errores:

Код:
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(32) : error 017: undefined symbol "cmd"
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(36) : error 079: inconsistent return types (array & non-array)
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(39) : error 029: invalid expression, assumed zero
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(39) : error 004: function "OnPlayerSpawn" is not implemented
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(43) : error 079: inconsistent return types (array & non-array)
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(46) : warning 225: unreachable code
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(46) : error 029: invalid expression, assumed zero
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(46) : error 004: function "OnPlayerDeath" is not implemented
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(48) : error 079: inconsistent return types (array & non-array)
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(51) : warning 225: unreachable code
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(51) : error 017: undefined symbol "SetupPlayerForClassSelection"
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(60) : error 029: invalid expression, assumed zero
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(60) : error 004: function "OnPlayerRequestClass" is not implemented
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(62) : error 017: undefined symbol "SetupPlayerForClassSelection"
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(63) : error 079: inconsistent return types (array & non-array)
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(66) : warning 225: unreachable code
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(66) : error 029: invalid expression, assumed zero
D:\Archivos\Simon\Server samp\gamemodes\bare.pwn(66) : error 004: function "OnGameModeInit" is not implemented
Aъn no se soluciona el problema al compilar.
Reply


Messages In This Thread
Problema con un comando - by HunterCash97 - 07.11.2013, 20:21
Re: Problema con un comando - by CharlieBrown - 07.11.2013, 20:25
Re: Problema con un comando - by HunterCash97 - 07.11.2013, 20:29
Re: Problema con un comando - by CharlieBrown - 07.11.2013, 20:34
Re: Problema con un comando - by HunterCash97 - 07.11.2013, 20:39
Re: Problema con un comando - by CharlieBrown - 07.11.2013, 20:47
Re: Problema con un comando - by HunterCash97 - 07.11.2013, 21:40

Forum Jump:


Users browsing this thread: 1 Guest(s)