SA-MP Forums Archive
Scripting problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Scripting problem (/showthread.php?tid=155760)



Scripting problem - a!DaN)_)-) - 19.06.2010

how can i fix this ? im changing the command to open the PD door inside

Код:
C:\Users\jack\Desktop\gta-sa-samp\gamemodes\NLRP12.pwn(45660) : warning 203: symbol is never used: "gCopPlayerSpawns"
C:\Users\jack\Desktop\gta-sa-samp\gamemodes\NLRP12.pwn(45660) : warning 203: symbol is never used: "gMedPlayerSpawns"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:      9156 bytes
Code size:     1713040 bytes
Data size:     10438936 bytes
Stack/heap size:   16384 bytes; estimated max. usage=5266 cells (21064 bytes)
Total requirements:12177516 bytes

2 Warnings.



Re: Scripting problem - DJDhan - 19.06.2010

Just comment the lines
Код:
new gCopPlayerSpawns;
new gMedPlayerSpawns;



Re: Scripting problem - a!DaN)_)-) - 20.06.2010

so at the end of the lines i do what this : //blah blah ?