Jump to content

ZLK

Member
  • Posts

    84
  • Joined

  • Last visited

Everything posted by ZLK

  1. ZLK

    [DELETED]Eroare

    T/C Am rezolvat singur, scripterilor ce va dati.
  2. ZLK

    [DELETED]Eroare

    Cod: (99) : switch(apartmentsInfo[id][apLock]) { Erorile: (99) : error 028: invalid subscript (not an array or too many subscripts): "apartmentsInfo" (99) : error 029: invalid expression, assumed zero (99) : error 029: invalid expression, assumed zero (99) : fatal error 107: too many error messages on one line Tot codul: switch(apartmentsInfo[id][apLock]) { case 0: { apartmentsInfo[id][apLock] = 1; SCM(playerid, -1, "Doors: {B30000}Locked"); } case 1: { apartmentsInfo[id][apLock] = 0; SCM(playerid, -1, "Doors: {178C03}Unlocked"); } } Multumesc pentru ajutor.
  3. La GivePlayerCash(playerid, 0, money); In joc, comanda ar fi trebuit sa imi ofere bani, dar de fapt imi ia din bani. Cum as putea sa fac? Am incercat mai multe variabile, iar acel 0 este pus de mine, pentru ca fara el nu imi dadea dar nici nu mi lua vreun ban. Stie cineva? Sursa: https://pastebin.com/M4bXevDj
  4. Multumesc @wien, am rezolvat problema cu ajutorul lui.
×
×
  • Create New...