2 Warnings.
#1

Код:
C:\Documents and Settings\Janek\Desktop\FreeStyle RolePlay\gamemodes\FSRP.pwn(45660) : warning 203: symbol is never used: "gCopPlayerSpawns"
C:\Documents and Settings\Janek\Desktop\FreeStyle RolePlay\gamemodes\FSRP.pwn(45660) : warning 203: symbol is never used: "gMedPlayerSpawns"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           9132 bytes
Code size:          1712956 bytes
Data size:         10438956 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5266 cells (21064 bytes)
Total requirements:12177428 bytes

2 Warnings.
Код:
new Float:gCopPlayerSpawns[2][3] = {
{216.9725,79.1339,1005.0391},
{219.8852,75.5487,1005.0391}
//{614.8,-608.2,17.2},
//{611.5,-607.8,17.2}
};

new Float:gMedPlayerSpawns[2][3] = {
{1178.1,-1321.0,14.1},
{1177.7,-1325.0,14.0}
};
Reply
#2

its self explanatory you dont use gCopPlayerSpawns and gMedPlayerSpawns.
Reply
#3

You can delete this
Код:
new Float:gCopPlayerSpawns[2][3] = {
{216.9725,79.1339,1005.0391},
{219.8852,75.5487,1005.0391}
//{614.8,-608.2,17.2},
//{611.5,-607.8,17.2}
};

new Float:gMedPlayerSpawns[2][3] = {
{1178.1,-1321.0,14.1},
{1177.7,-1325.0,14.0}
};
because is never used in any function
Reply
#4

pawn Код:
Header size:           9132 bytes
Code size:          1712956 bytes
Data size:         10438956 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5266 cells (21064 bytes)
Total requirements:12177428 bytes
This is very important for your server perfomance and itmeans you're using oversized cells. Read 'Why not to use 256' by ******.
Reply
#5

Reparied tnx all!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)