Warning
#1

Code:
C:\Users\james\Downloads\DM\Gamemodes\MTDM_1.0.pwn(1326) : warning 203: symbol is never used: "Spawn"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Its in this code:
Code:
Spawn(playerid, classid)
Reply
#2

You're not calling it anywhere. See if you have SpawnPlayer somewhere in your code, maybe you want to replace it with Spawn?
Reply
#3

Remove this from your gamemode:
pawn Code:
Spawn(playerid, classid)
Reply
#4

wood if i do that i get 8-10 errors.
lenny it dont have Spawn Player.
Reply
#5

Then try the lazy way, add
pawn Code:
#pragma unused Spawn
at the top of your gamemode!
Reply
#6

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)