Jump to content

Will_Chase

Uživatel
  • Příspěvků

    3
  • Registrován

  • Aktivní

Reputace

0 Na nule
  1. Errory: C:\Documents and Settings\Andy\Plocha\water.pwn(33) : error 028: invalid subscript (not an array or too many subscripts): "autoskola" C:\Documents and Settings\Andy\Plocha\water.pwn(33) : warning 215: expression has no effect C:\Documents and Settings\Andy\Plocha\water.pwn(33) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Andy\Plocha\water.pwn(33) : error 029: invalid expression, assumed zero C:\Documents and Settings\Andy\Plocha\water.pwn(33) : fatal error 107: too many error messages on one line Riadok 25 - 38: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/waterrace1", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, -1858,2087,0); SendClientMessage (playerid, COLOR_BLUE, "Odwarpovali ste sa na závod!"); SendClientMessage (playerid, COLOR_BLUE, "Prejdite všetkými checkpointmi."); SetPlayerCheckpoint(playerid,-1928,2074,0,7.0); autoskola[playerid] = Check2; pickup = CreatePickup(ID,1,SOuradnice X,Y,Z); return 1; } return 0; }
  2. teraz mi to hádže toto: C:\Documents and Settings\Andy\Plocha\water.pwn(8) : error 021: symbol already defined: "autoskola" C:\Documents and Settings\Andy\Plocha\water.pwn(34) : error 028: invalid subscript (not an array or too many subscripts): "autoskola" C:\Documents and Settings\Andy\Plocha\water.pwn(34) : warning 215: expression has no effect C:\Documents and Settings\Andy\Plocha\water.pwn(34) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Andy\Plocha\water.pwn(34) : error 029: invalid expression, assumed zero C:\Documents and Settings\Andy\Plocha\water.pwn(34) : fatal error 107: too many error messages on one line
  3. Caute, potreboval by som od vás poradit. Pracujem na závode s checkpointmi a stále mi to vypisuje nejake chyby. Predtým ich bolo viac ale podarilo sa mi nejake odstranit, no s týmito neviem nič robit. Pls help Errory: C:\Documents and Settings\Andy\Plocha\water.pwn(33) : error 028: invalid subscript (not an array or too many subscripts): "autoskola" C:\Documents and Settings\Andy\Plocha\water.pwn(33) : warning 215: expression has no effect C:\Documents and Settings\Andy\Plocha\water.pwn(33) : error 001: expected token: ";", but found "]" C:\Documents and Settings\Andy\Plocha\water.pwn(33) : error 029: invalid expression, assumed zero C:\Documents and Settings\Andy\Plocha\water.pwn(33) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
×
×
  • Create New...