Jump to content
  • 0

sistem vehicle gm


Seven

Question

Salut. Am urmat tutorialul lui Gireada pentru a scoate sistemul de vehicul din GM , am facut intocmai ca in tutorial dar mi-a aparut 4 erori

[pawn]C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3547) : warning 219: local variable "idx" shadows a variable at a preceding level

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3822) : error 017: undefined symbol "CarInfo"

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3822) : warning 215: expression has no effect

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3822) : error 001: expected token: ";", but found "]"

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3822) : error 029: invalid expression, assumed zero

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3822) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.[/pawn]

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

Buna ziua Seven

Pentru o rezolvare cat mai rapida a problemei esti rugat sa postezi scriptul de pe urmatoarea linie : "3822".

Multumesc si sarbatori fericite ! :smiley:

[Pawn]

Pentru suport nu ezitati sa ma contactati printr-un mesaj privat sau un mesaj pe Y/M.(Scripting sa:mp/cs,ScripturiWEB,phpbb,mysql,ipb,photoshop,html)

Link to comment
Share on other sites

[pawn] }

if(IsAnOwnableCar(vehicleid) && CarInfo[vehicleid][cLock] == 1 && CarInfo[vehicleid][cOwned] == 1)

{[/pawn]

O prima modalitate ar fi stergerea a tot ce ai postat tu mai sus deoarece ai specificat ca vrei sa stergi intreg sistemul.Incearca sa stergi urmatorul cod :

[pawn] }

if(IsAnOwnableCar(vehicleid) && CarInfo[vehicleid][cLock] == 1 && CarInfo[vehicleid][cOwned] == 1)

{[/pawn]

Pentru suport nu ezitati sa ma contactati printr-un mesaj privat sau un mesaj pe Y/M.(Scripting sa:mp/cs,ScripturiWEB,phpbb,mysql,ipb,photoshop,html)

Link to comment
Share on other sites

[pawn]C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(3547) : warning 219: local variable "idx" shadows a variable at a preceding level

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(4704) : error 017: undefined symbol "CarInfo"

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(4704) : error 036: empty statement

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(4704) : error 017: undefined symbol "h"

C:\Documents and Settings\alex\Desktop\RPG\gamemodes\RPG.pwn(4704) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

4 Errors.

[/pawn]

Link to comment
Share on other sites

@Seven :))

Am specifica si mai sus.Tu doresti sa stergi tot sistemul de masini.Prin asta se intelege ca ar trebuii sa stergi absolut tot ce tine de masini pentru a adauga dupa un alt sistem.Modalitatea de scapare a acestor erori este de a sterge absolut tot continul unui sistem de masini.Cu ajutorul functie de cautare,cauta tot ce tine de masini adica elementele ce le ai tu in erori.

Sper ca ti-am fost de folos si sarbatori fericite !

[Pawn]

Pentru suport nu ezitati sa ma contactati printr-un mesaj privat sau un mesaj pe Y/M.(Scripting sa:mp/cs,ScripturiWEB,phpbb,mysql,ipb,photoshop,html)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.