Making the server crash.. :@
#1

Код:
enum whinfo
{
	whid,
 	whname[MAX_STRING],
	whmsg[MAX_STRING],
	Float:olocation_x,
	Float:olocation_y,
	Float:olocation_z,
	whpickup,
	Text3D:whlabel,
}

new Float:wh[][whinfo] =
{
	{STRACCI,"Stracci","~w~Stracci WareHouse",2631.6100,2348.2400000000,10.6700,1239,0},
	{CORLEONE,"Corleone","~r~Corleone ~w~WareHouse",2185.2300,1114.1200,12.6500,1239,1},
	{CUNEO,"Cuneo","~w~Cuneo WareHouse",2186.1140136719,2856.6030273438,11.774516105652,1239,2},
	{BARZINI,"Barzini","~w~Barzini WareHouse",2127.6200,2376.8300,10.8200000000000,9,3},
	{LEONE,"Leone","~w~Leone WareHouse",2664.5513,1271.8723,10.8434,1239,4},
	{TATTAGLIA,"Tattaglia","~w~Tattaglia WareHouse",1453.6600,750.4700,11.0200,1239,5},
    {PATERNO,"Paterno","~w~Paterno WareHouse",1043.1600,1012.3000,11.0200,1239,6},
    {RIZZUTO,"Rizzuto.","~w~Rizzuto WareHouse",941.0282,2346.8472,11.25990000000,1,7},
    {TRAIDS,"Triads","~w~Triads WareHouse",-2066.4868,-241.6661,35.3203,1239.000000,8}
};
Код:
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3321) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3322) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3323) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3324) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3325) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3326) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3327) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3328) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3329) : warning 213: tag mismatch
C:\Users\Brandon\Desktop\Italy Mafia\gamemodes\Mafia.pwn(3329) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          19016 bytes
Code size:          2391512 bytes
Data size:          6588108 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 9015020 bytes

10 Warnings.
Log:

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[00:28:26] 
[00:28:26] Server Plugins
[00:28:26] --------------
[00:28:26]  Loading plugin: streamer.dll
[00:28:26] 

*** Streamer Plugin v2.6 by Incognito loaded ***

[00:28:26]   Loaded.
[00:28:26]  Loading plugin: irc.dll
[00:28:26] 

*** IRC Plugin v1.3.5 by Incognito loaded ***


[00:28:26]   Loaded.
[00:28:26]  Loading plugin: sscanf.dll
[00:28:26] 

[00:28:26]  ===============================

[00:28:26]       sscanf plugin loaded.     

[00:28:26]    © 2009 Alex "******" Cole

[00:28:26]  ===============================

[00:28:26]   Loaded.
[00:28:26]  Loading plugin: mysql.dll
[00:28:26]  SA:MP MySQL Plugin v2.1.1 Loaded.
[00:28:26]   Loaded.
[00:28:26]  Loading plugin: nativechecker.dll
[00:28:26] [MySQL] Thread running. Threadsafe: Yes.
[00:28:26]   Loaded.
[00:28:26]  Loading plugin: audio.dll
[00:28:26] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[00:28:26]   Loaded.
[00:28:26]  Loaded 6 plugins.

[00:28:26] 
[00:28:26] Filterscripts
[00:28:26] ---------------
[00:28:26]   Loading filterscript 'attachments.amx'...
[00:28:26]   Loading filterscript 'fbimap.amx'...
[00:28:26] 
--------------------------------------
[00:28:26]  Las Venturas MTA Mapping - Loaded
[00:28:26] --------------------------------------

[00:28:26] 
--------------------------------------
[00:28:26]  Italy Mafia MTA Mapping - Loaded
[00:28:26] --------------------------------------

[00:28:26]   Loaded 2 filterscripts.

[00:28:26]    Error: Function not registered: 'Audio_CreateTCPServer'
[00:28:26]    Error: Function not registered: 'Audio_AddPlayer'
[00:28:26]    Error: Function not registered: 'Audio_RemovePlayer'
[00:28:26]    Error: Function not registered: 'Audio_RenamePlayer'
[00:28:26] *** Audio Plugin: Started TCP server on port 7777
[00:28:26] HQ-0.txt created.
[00:28:26] HQ-1.txt created.
[00:28:26] HQ-2.txt created.
[00:28:26] HQ-3.txt created.
[00:28:26] HQ-4.txt created.
[00:28:26] HQ-5.txt created.
[00:28:26] HQ-6.txt created.
[00:28:26] HQ-7.txt created.
[00:28:26] HQ-8.txt created.
[00:28:27] HQ-9.txt created.
[00:28:27] 
===============================
Credits removed
===============================

[00:28:27] Number of vehicle models: 0
+REP for the FIX!!
Reply
#2

  1. The wh variable is not a float
  2. Do not ignore warnings
  3. Do not use supersized arrays (code size warning)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)