Jump to content

s1N3d_28

Membru
  • Posts

    39
  • Joined

  • Last visited

Everything posted by s1N3d_28

  1. Le-am inlocuit alea.. dar cred ca asa le-a pus forumul ..
  2. La asta te referi ? [pawn]new Float:SpawnVehiculeCoord[][4] = { {411,2493.1794,-1681.0740,13.0649,0.2387,2,3},// x, y, z, r {541,2501.8845,-1679.5309,12.9983,46.6649,2,3}, {415,2471.6855,-1672.1859,13.1009,278.6526,2,109}, {402,2473.4092,-1694.0009,13.3470,359.1082,2,110}, }; new SpawnVehiculeModel[][1] = { {411},//infernus {541},//bullet {415},//cheetah {402},//buffalo };[/pawn]
  3. Mersi , alea le-am schimbat dar acum imi da la alta linie erori [pawn] for(i = 0; i < sizeof(SpawnVehiculeCoord); i++)[/pawn] D:\Games\Samp Server\gamemodes\RGS.pwn(131) : error 017: undefined symbol "SpawnVehiculeCoord" D:\Games\Samp Server\gamemodes\RGS.pwn(131) : error 036: empty statement D:\Games\Samp Server\gamemodes\RGS.pwn(131) : error 001: expected token: ";", but found ")" D:\Games\Samp Server\gamemodes\RGS.pwn(131) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
  4. Nu am uitat nimic, am verificat de 10 ori.. si totul am facut dupa modelul lui Gireada .
  5. Mersi pentru acest topic dar imi da niste erori :| la aceasta linie[pawn] CreateVehicle(SpawnVehiculeModel[0], SpawnVehiculeCoord[0], SpawnVehiculeCoord[1], SpawnVehiculeCoord[2], SpawnVehiculeCoord[3], -1, -1, 300000);[/pawn] D:\Games\Samp Server\gamemodes\RGS.pwn(132) : error 017: undefined symbol "SpawnVehiculeModel" D:\Games\Samp Server\gamemodes\RGS.pwn(132) : warning 215: expression has no effect D:\Games\Samp Server\gamemodes\RGS.pwn(132) : error 001: expected token: ";", but found "]" D:\Games\Samp Server\gamemodes\RGS.pwn(132) : error 029: invalid expression, assumed zero D:\Games\Samp Server\gamemodes\RGS.pwn(132) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
  6. Nume: s1n3d_28 Nume tutorial: Adaugare vehicule in diferite locuri . Descriere: As vrea sa adaug niste vehicule care se respawneaza in diferite locuri de ex : in Grove Street.. si as vrea sa creez si masini personale ptr playeri care au rank mai mare [move]Multumesc anticipat ![/move]
  7. Am pus acolada cum ai zis si acum imi da o eroare la pawn (PAWN COMPILER LIBRARY HAS STOPPED WORKING) Si am incercat sa put inapoi cum era fara a doua acolada si tot imi da eroare pawno-ul.. : :-(
  8. Am pus chiar la sfarsitul gm-ului: [pawn]public Announce() { new ann = random(3); switch (ann) { case 0: GameTextForAll(" Ne puteti contacta pe skype sau Y!M : syned_97 ",3000,3); case 1: GameTextForAll(" IP-up nostru este 94.52.118.29 ",3000,3); case 2: GameTextForAll(" Numele sv-ului este Romania Stung Gaming ",3000,3); } //------------------------------------------------------------------------------ //RO//Sfarsit //RO//Va Rog Nu Stergeti Creditele //EN//End //EN//Please Do Not Remove Credits //----------------------------THE END-------------------------------------------[/pawn] Si imi da eroarea asta : D:\Games\Samp Server\gamemodes\RGS.pwn(3080) : error 030: compound statement not closed at the end of file (started at line 3067) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
  9. Imi da eroarea asta cand vreau sa il compilez in game mode D:\Games\Samp Server\gamemodes\RGS.pwn(2958) : error 001: expected token: "-identifier-", but found "forward" D:\Games\Samp Server\gamemodes\RGS.pwn(2959) : warning 235: public function lacks forward declaration (symbol "Announce") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.[pawn][/pawn] Ma poti ajuta ? Mersi anticipat !
  10. Imi place , bravo O sa il pun pe server
  11. [pawn][/pawn]D:\Games\Samp Server\filterscripts\SistemCase.pwn(94) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(276) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(278) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(280) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(307) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(312) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(314) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(320) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(321) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(335) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(349) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(363) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(377) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(391) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(415) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(422) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(433) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(445) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(471) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(475) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(476) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(481) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(491) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(507) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(509) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(511) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(512) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(521) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(538) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(542) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(551) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(581) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(601) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(615) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(625) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(648) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(665) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(672) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(719) : warning 217: loose indentation D:\Games\Samp Server\filterscripts\SistemCase.pwn(759) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 40 Warnings. Imi da erorile astea cand vreau sa compilez pastebinul.. ma poate cineva ajuta ?
  12. Buna ! am o o intrebare.. cum pot adauga masini/vehicule in gm? va rog daca ma puteti ajuta postati si link ! Multumesc .
  13. Foarte frumos bravo 5/5:) am o intrebare mica..cum pot adauga niste masini ca vad ca nu ai pus:) scuzatima ca am intrebat asa ceva dar sunt inca incepator
×
×
  • 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.