[Pomoc] GPS Dialog NIKAKO!

Započeo Tong1950Po
16. Jan. 2012. Zaključano
670
pregleda
9
postova
Hail
4
Made Man
16. Jan. 2012.
Skripta koju koristim: CLRP Edit
Detaljan opis problema: UBacija sam GPS Dialog prije mi je bija /gps oni obnici
Dio skripte:

Skriptu koju sam ubacija:
if(dialogid == GPS)
{
if(!response) return 0;
if(listitem == 0)
  {
      SetPlayerCheckpoint(playerid,1481.0273,-1770.5774,18.7958,3.0);
      SendClientMessage(playerid, zuta, "GPS: Namjestili ste vaÅ¡u GPS lokaciju na Vijecnicu!");
  }
else if(listitem == 1) //provjerava dali je igrac upisao komandu za gps do policije
  {
      SetPlayerCheckpoint(playerid,1462.0543,-1011.3368,26.8438,3.0);
      SendClientMessage(playerid, zuta, "GPS: Namjestili ste vaÅ¡u GPS lokaciju na Banku!");
  }
else if(listitem == 2) //provjerava dali je igrac upisao komandu za gps do policije
  {
      SetPlayerCheckpoint(playerid,1172.8307,-1323.3011,15.4001,3.0);
      SendClientMessage(playerid, zuta, "GPS: Namjestili ste vaÅ¡u GPS lokaciju na Bolnicu!");
  }
else if(listitem == 3) //provjerava dali je igrac upisao komandu za gps do policije
  {
      SetPlayerCheckpoint(playerid,2154.4404,-1181.2894,23.3944,3.0);
      SendClientMessage(playerid, zuta, "GPS: Namjestili ste vaÅ¡u GPS lokaciju na Autosalon!");
  }
else if(listitem == 4) //provjerava dali je igrac upisao komandu za gps do policije
  {
      SetPlayerCheckpoint(playerid,1216.4042,-915.5415,42.9203,3.0);
      SendClientMessage(playerid, zuta, "GPS: Namjestili ste vaÅ¡u GPS lokaciju na Burg!");
  }
else if(listitem == 5) //provjerava dali je igrac upisao komandu za gps do policije
{
    SetPlayerCheckpoint(playerid,1553.7538,-1675.4840,16.1953,3.0); //(Pozicija:x,Pozicija:y,Pozicija:z,Velicina markera)
    SendClientMessage(playerid, zuta, "GPS: Namjestili ste vaÅ¡u GPS lokaciju na Policiju!");
}
}

if (strcmp(cmdtext, "/gps", true) == 0) //provjerava dali je igrac upisao odredenu komandu
{
    if(IsPlayerInAnyVehicle(playerid))
{
ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST, "Lista Lokacija","Burg1\nBurg2\nBanka\nAutoSkola\nAmmu-Nation\nOpstina\nHitna Pomoc\nPolicijska Stanica\nBanka 2 ", "Ok", "Izlaz");
}
else SendClientMessage(playerid, COLOR_GRAD1, "  Niste u vozilu!");
return 1;
}


ERRORI:
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4008) : error 017: undefined symbol "GivePlayerCash"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4041) : error 017: undefined symbol "GivePlayerCash"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4071) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4072) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4096) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4309) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4321) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4325) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4337) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4341) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4345) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4349) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4353) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4357) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4361) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4365) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4369) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4373) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4385) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4389) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4393) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4397) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4401) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4413) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4417) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4421) : error 004: function "PlayerToPoint" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

26 Errors.


Kako bi sad ovo obasnija? Vako kad sam ima obnic GPS koji sam dobija CLRP MOD radilo je normalono kad sam ubacija ovi s dialog ne pokaziva errore na linijiji di je GPS nego sasvim trece pokaziva da nije u u redu s ostalim linijama to su ti errori!

Neke slike/video za lakse dobivanje pomoci(neobavezno):
pHon
4
Made Man
16. Jan. 2012.
Moraš imat' isti broj otvorenih ({) i isti broj zatvorenih (}).
Negdje ti fali to.
Hail
4
Made Man
16. Jan. 2012.
Na drugom modu radi a na CLRP ne radi kako to? Ne fali nista
Maki187
5
Crime Lord
16. Jan. 2012.
Tamo radi jer je tamo takav sistem...

umesto GivePlayerCash koristi GivePlayerMoney

SafeResetPlayerWeapons
SafeGivePlayerWeapon

Kod ovoga samo izbrisi ovo safe, zanci da bude GivePlayerWeapon

Umesto PlayerToPoint koristi IsPlayerInRangeOfPoint

vise o tome ovde http://wiki.sa-mp.com/wiki/IsPlayerInRangeOfPoint

pogledaj wiki, jer se razlikuju ta dva...
edit: btw jel si siguran da ovi verori imaju veze sa dijalogom ?

zato sto nista sto ima u tvojim erorima, nepostoji u tvom gps sistemu...
ako je tako, onda je verovatno ono sto je receno u drugom postu...
Hail
4
Made Man
16. Jan. 2012.
Meni tu svega ima!
Maki187
5
Crime Lord
16. Jan. 2012.
if(!response) return 0;

prebaci u if(!response){ return 0; }
adam
5
Kingpin
16. Jan. 2012.
Koliko ja vidim ovi warninzi nemaju veze sa ovim dialogom.
Prilicno sam siguran da si koristio ovaj tutorial za anti money hack http://forum.sa-mp.com/showthread.php?t=71136 pogledaj ga opet i vidi dal imas sve u modu.
A sto se tice ovih ostalih warninga,skini nove include odavde team.sa-mp.com/files/samp03dsvr_R2_win32.zip.
Nxidza
5
Crime Lord
16. Jan. 2012.
Quote from January 16, 2012, 7:17 pm:
Tamo radi jer je tamo takav sistem...

umesto GivePlayerCash koristi GivePlayerMoney

SafeResetPlayerWeapons
SafeGivePlayerWeapon

Kod ovoga samo izbrisi ovo safe, zanci da bude GivePlayerWeapon

Umesto PlayerToPoint koristi IsPlayerInRangeOfPoint

vise o tome ovde http://wiki.sa-mp.com/wiki/IsPlayerInRangeOfPoint

pogledaj wiki, jer se razlikuju ta dva...
edit: btw jel si siguran da ovi verori imaju veze sa dijalogom ?

zato sto nista sto ima u tvojim erorima, nepostoji u tvom gps sistemu...
ako je tako, onda je verovatno ono sto je receno u drugom postu...

Izvini ali kakve veze to tvoje ima sa ovim ??Btw,proveri sta si radio pre ovog gps-a i vidi da nisi tu zaboravio staviti { ili } ...
Hail
4
Made Man
16. Jan. 2012.
Ma ja sve prominiaj sad ima ovi errori!
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(541) : error 021: symbol already defined: "IsPlayerInRangeOfPoint"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(673) : error 025: function heading differs from prototype
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(675) : error 025: function heading differs from prototype
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4041) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4042) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4071) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4071) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4096) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4096) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4309) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4321) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4321) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4325) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4325) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4337) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4337) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4341) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4341) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4345) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4345) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4349) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4349) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4353) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4353) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4357) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4357) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4361) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4361) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4365) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4365) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4369) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4369) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4373) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4385) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4385) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4389) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4389) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4393) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4393) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4397) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4397) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4401) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4401) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4413) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4417) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4417) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4421) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4421) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4433) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4433) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4437) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4437) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4441) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4441) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4445) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4449) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4453) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4457) : warning 213: tag mismatch
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4906) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(4907) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5037) : error 017: undefined symbol "ResetPlayerCash"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5436) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5626) : error 004: function "SetBoatParamsForAll" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5680) : error 004: function "SetBoatParamsForAll" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5688) : error 017: undefined symbol "VehicleSave"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5689) : error 017: undefined symbol "MotoSave"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5690) : error 017: undefined symbol "PlSave"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5691) : error 017: undefined symbol "LetjeliceSave"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5815) : error 004: function "RemoveRoadblock" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5934) : error 017: undefined symbol "GetSlot"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5947) : error 004: function "ClearChatbox" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5951) : error 004: function "ClearChatbox" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5962) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5962) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5989) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(5990) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6229) : error 004: function "ProxDetectorS" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6501) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6548) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6579) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6586) : warning 217: loose indentation
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6610) : error 004: function "BusrouteEnd" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6611) : error 004: function "BusrouteEnd" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6612) : error 004: function "BusrouteEnd" is not implemented
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6683) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6684) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6685) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6686) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6687) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6688) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6689) : error 017: undefined symbol "PreloadAnimLib"
C:\Documents and Settings\Mario\Desktop\LecevicA Server-Smap\gamemodes\CLRP.pwn(6690) : error 017: undefined symbol "PreloadAnimLib"

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase

26 Errors.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha