8 errors help
#3

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
warning 204, That's not really an error, it means that you've declared a variable and didn't use it.

For the other errors, please show script from line 61285 to 61292, and 61342 61346, and 61405,61406

61285 ~ 61292
Quote:

stock GivePlayerCash(playerid, money)
{
SetPVarInt(playerid, "Cash", GetPVarInt(playerid, "Cash")+money);
GivePlayerMoney(playerid, money);
return 1;
}
stock fcreate(filename[])
{

61342 ~ 61346
Quote:

else if(PlayerInfo[playerid][pMaskOn] == 1)format(string, sizeof(string), "Stranger");
return string;
}
stock Log(sz_fileName[], sz_input[]) {

61405 ~ 61406
Quote:

if(PlayerInfo[playerid][pHideOn] == 0)format(astring, sizeof(astring), "%s", RemoveUnderScore(playerid));
else if(PlayerInfo[playerid][pHideOn] == 1)format(astring, sizeof(astring), "Anon");

Reply


Messages In This Thread
8 errors help - by salev13 - 16.01.2015, 18:22
Re: 8 errors help - by xVIP3Rx - 16.01.2015, 18:24
Re: 8 errors help - by salev13 - 16.01.2015, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)