Posts: 871
Threads: 114
Joined: May 2014
PHP код:
iFinalCalculation = gettime() + iTime;
Errorr
PHP код:
D:\Formated\fsdf\filterscripts\Project.pwn(5561) : warning 204: symbol is assigned a value that is never used: "iFinalCalculation"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
all command
PHP код:
dcmd_disable(playerid, params[])
{
new TargetID, Reason[64], iDays;
if(sscanf(params, "usd", TargetID, Reason, iDays)) return SendClientMessage(playerid, COLOR_RED, "USAGE: /accountdisable [id] [Reason] [Days]");
new iFinalCalculation = gettime();
iFinalCalculation = gettime() + iTime; // get mktime() from here: http://y-less.pastebin.ca/1000201
return 1;
}
Posts: 6,129
Threads: 36
Joined: Jan 2009
OOOOOOo
yy
Maybe u Do sumeting wit iFinalCalculation
Posts: 244
Threads: 55
Joined: Nov 2013
Reputation:
0
That means you have a variable with the value, but you don't use that variable anywhere.
Posts: 363
Threads: 22
Joined: May 2014
Reputation:
0
It's a warning, it won't do any bad to your gamemode while it's running! It just warns you.
Posts: 1,504
Threads: 109
Joined: Jan 2012
Also that's not an error, it's a warning, in some cases warnings can affect the script, in this case it doesn't. Just read what the warning says next time.
Posts: 871
Threads: 114
Joined: May 2014
Posts: 871
Threads: 114
Joined: May 2014
Posts: 871
Threads: 114
Joined: May 2014
Show mee to fix script.
Fix it and send mee what to add i want real not example
[+REP]