SA-MP Forums Archive
please help me - 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: please help me (/showthread.php?tid=273280)



please help me - FaSihYouSf - 01.08.2011

Help me with this one please

C:\server\Simple\filterscripts\EasyAdministration. pwn(128 : warning 203: symbol is never used: "PRIVATE_Last_Money"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.


Re: please help me - Shockey HD - 01.08.2011

Quote:
Originally Posted by FaSihYouSf
Посмотреть сообщение
Help me with this one please

C:\server\Simple\filterscripts\EasyAdministration. pwn(128 : warning 203: symbol is never used: "PRIVATE_Last_Money"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Private_Last_Money isnt in use.


Re: please help me - Horrible - 01.08.2011

Quote:
Originally Posted by FaSihYouSf
Посмотреть сообщение
Help me with this one please

C:\server\Simple\filterscripts\EasyAdministration. pwn(128 : warning 203: symbol is never used: "PRIVATE_Last_Money"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Give us the code
but its maybe this problem:
1.search "PRIVATE_Last_Money"
2.if u find it line new PRIVATE_Last_Money Delate it *
3.and if it use make some code with it

*note if PRIVATE_Last_Money nit use or no function on ur script


Re: please help me - Kitten - 01.08.2011

its never used for example

pawn Код:
#define MONEYLOL 10000
if(PRIVATE_Last_Money == MONEYLOL) {
     SendClientMessage(playerid,COLOR,"I PUNCH KITTIES");
}
that should fix the warning.


Re: please help me - FaSihYouSf - 01.08.2011

ok thanks everyone please also see
https://sampforum.blast.hk/showthread.php?tid=273283

if there is any other problem