Jump to content
  • 0

pomoc 12 chyb GM


Bottle3D

Dotaz

zdravím potřeboal bych poradit jak odstranit tyto chyby :)

 

C:\Users\Bottle\Desktop\pawnop\pawno2\include\lfuncs.inc(187) : error 017: undefined symbol "split"
C:\Users\Bottle\Desktop\pawnop\pawno2\include\lfuncs.inc(311) : error 017: undefined symbol "split"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(3151) : error 017: undefined symbol "GetPlayerInZone"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(4164) : error 017: undefined symbol "SendMessageToCMD"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11682) : error 017: undefined symbol "GetPlayerInCity"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11683) : error 017: undefined symbol "GetPlayerInZone"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11755) : error 017: undefined symbol "L_strtok"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11755) : error 033: array must be indexed (variable "tmp")
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11757) : error 017: undefined symbol "L_strtok"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11757) : error 033: array must be indexed (variable "tmp")
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11758) : error 017: undefined symbol "SplitIP"
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11758) : error 033: array must be indexed (variable "ip")
C:\Users\Bottle\Desktop\TDM v2.0    [FINAL]\filterscript\LuxAdmin.pwn(11756) : warning 204: symbol is assigned a value that is never used: "idx"
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

 

Děkuju

Link to comment
Share on other sites

13 odpovědí na tuto otázku

Recommended Posts

  • 0

187 řádek -  {

311 řádek-   Locked,

3151 řádek- GetPlayerInZone(player1, LuX_GpsZone, MAX_ZONE_NAME);

4164řádek-  SendMessageToCMD(playerid);

11682řádek-GetPlayerInCity(AccInfo[g][pGps], LuX_GpsCity, MAX_ZONE_NAME);

11683řádek-GetPlayerInZone(AccInfo[g][pGps], LuX_GpsZone, MAX_ZONE_NAME);

11755řádek-  tmp = L_strtok(string,idx);

11757řádek- tmp = L_strtok(tmp,idx,':');

11758řádek- ip=SplitIP(tmp);

11756řádek-  idx=0;

Link to comment
Share on other sites

  • 0

Můj názor na toto: kopírovaný script. Se podívejte, SendMessageToCMD...sám neví co to tam má dělat ale má to tam. Chce aby jsme mu dali dokupy něco, co si jen zkopíroval...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...