05.09.2011, 21:35
me pueden ayudar estas son los errores y las escrituras
pawn Код:
C:\Documents and Settings\cesar\Escritorio\PRUEVA\gamemodes\grandlarc.pwn(344) : error 020: invalid symbol name ""
C:\Documents and Settings\cesar\Escritorio\PRUEVA\gamemodes\grandlarc.pwn(348) : error 029: invalid expression, assumed zero
C:\Documents and Settings\cesar\Escritorio\PRUEVA\gamemodes\grandlarc.pwn(348) : error 029: invalid expression, assumed zero
C:\Documents and Settings\cesar\Escritorio\PRUEVA\gamemodes\grandlarc.pwn(348) : error 029: invalid expression, assumed zero
C:\Documents and Settings\cesar\Escritorio\PRUEVA\gamemodes\grandlarc.pwn(348) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
pawn Код:
344 new JugadorInfo[MAX_PLAYERS],[Jugador];
345
346 public OnPlayerCommandText(playerid, cmdtext[])
347 {
348 if(JugadorInfo[playerid],[juego] == 1);
349 {
350 SendClientMessage(playerid,COLOR_RED, "*Estas en minijuego no puedes usar cmds espera que te maten.");
351 return 1;
352 }