2 spawneding Warnings
#1

gamemodes\MARP.pwn(45662) : warning 203: symbol is never used: "gCopPlayerSpawns"
gamemodes\MARP.pwn(45662) : warning 203: symbol is never used: "gMedPlayerSpawns"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

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

2 Warnings.

can someone tll me how to fix this i am new at scripting but learning alot
Reply
#2

Quote:
Originally Posted by RustySnowman x
Посмотреть сообщение
gamemodes\MARP.pwn(45662) : warning 203: symbol is never used: "gCopPlayerSpawns"
gamemodes\MARP.pwn(45662) : warning 203: symbol is never used: "gMedPlayerSpawns"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

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

2 Warnings.

can someone tll me how to fix this i am new at scripting but learning alot
There is

pawn Код:
new gMedPlayerSpawns;
and

pawn Код:
new gCopPlayerSpawns;
at top, you can press "CTRL + F" and type in to search and REMOVE them. When you remove them you'll get rid of these errors.

Alternatively press "CTRL + G" and type in 45662 find that line and remove it.

Hope this helps!
Reply
#3

If you can't understand these, learn English.

It just says it is never used, meaning it is defined or created (such as new gCopPlayerSpawns and then it is never used from then on. Simply use it somewhere to remove the warnings.

To late!
Reply
#4

thanks falconx i got it and for kindred why dont you learn how to read first you idiot i am english and im new at scripting thats why i asked this how am i suppose to learn how to script if retards liek you sit behind the computer all day long calling them noobs and shit so shut up and dont post on my posts
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)