SA-MP Forums Archive
Cannoot remember the cmd - 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)
+--- Thread: Cannoot remember the cmd (/showthread.php?tid=367980)



Cannoot remember the cmd - Jermi - 11.08.2012

Quote:

L:\Gta San Andreas\Gta San Andreas\Gta San Andreas\Jermi\gamemodes\Gangsta.pwn(627) : warning 203: symbol is never used: "IsNumeric"
L:\Gta San Andreas\Gta San Andreas\Gta San Andreas\Jermi\gamemodes\Gangsta.pwn(627) : warning 203: symbol is never used: "ReturnUser"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.

what was the Word in the top
We type something


Re: Cannoot remember the cmd - xSkullx - 11.08.2012

#pragma unused <error name>

#pragma unused IsNumeric
#pragma unused ReturnUser

Or delete them, it says you don't use them.


Re: Cannoot remember the cmd - Jermi - 11.08.2012

Anymore, it works thanks