Jump to content
  • 0

Problema Compile


Sammich

Question

Problema intalnita (descriere): Salut,folosesc Gm-ul asta :  ,si?do=embed' frameborder='0' data-embedContent> cand incerc sa dau compile imi da o eroare!!
Ero(area / rile) / warning-(ul / urile):

E:girlshare.ro_BUGGED.RulePlay.rogirlshare.ro_BUGGED.RulePlay.rogamemodesBuGGed.pwn(32052) : error 001: expected token: "(", but found "."
E:girlshare.ro_BUGGED.RulePlay.rogirlshare.ro_BUGGED.RulePlay.rogamemodesBuGGed.pwn(32052) : error 001: expected token: ";", but found "-identifier-"
E:girlshare.ro_BUGGED.RulePlay.rogirlshare.ro_BUGGED.RulePlay.rogamemodesBuGGed.pwn(32052) : error 001: expected token: ";", but found "."
E:girlshare.ro_BUGGED.RulePlay.rogirlshare.ro_BUGGED.RulePlay.rogamemodesBuGGed.pwn(32052) : fatal error 107: too many error messages on one line

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


4 Errors.


Liniile de cod / sursa / script-ul(obligatoriu):


Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Da

Va rog ajutor!!!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
  • 0
  • 0

linia 32052

Linia 32052 este o paranteza ca asta  }

Linia 33048                }

Linia 33049

Linia 33050                groupVariables[iD][gGroupLabelID] = CreateDynamic3DTextLabel(labelString, COLOR_Riffa, groupVariables[iD][gGroupExteriorPos][0], groupVariables[iD][gGroupExteriorPos][1], groupVariables[iD][gGroupExteriorPos][2], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 50.0);

 Linia 33051               groupVariables[iD][gGroupPickupID] = CreateDynamicPickup(1239, 23, groupVariables[iD][gGroupExteriorPos][0], groupVariables[iD][gGroupExteriorPos][1], groupVariables[iD][gGroupExteriorPos][2], 0, -1, -1, 50);

Linia 33052            }

Link to comment
Share on other sites

  • 0

parametri sunt corecti... nu prea stiu ce ai tu in functie, daca e comanda posteaz-o, daca sunt doar functii posteaza de la inceput acoladei sau incearca asta:

groupVariables[ID][gGroupLabelID] = CreateDynamic3DTextLabel(labelString, COLOR_Riffa, groupVariables[ID][gGroupExteriorPos][0], groupVariables[ID][gGroupExteriorPos][1], groupVariables[ID][gGroupExteriorPos][2], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 50.0);
groupVariables[ID][gGroupPickupID] = CreatePickup(1239, 23, groupVariables[ID][gGroupExteriorPos][0], groupVariables[ID][gGroupExteriorPos][1], groupVariables[ID][gGroupExteriorPos][2]);
}
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.