Few Errors
#1

Hey, I am keep getting these errors and I am not sure why, I think it might be because of a brace or something:


These are the errors:

Код:
(18217) : error 012: invalid function call, not a valid address
(18217) : warning 215: expression has no effect
(18217) : error 001: expected token: ";", but found ")"
(18217) : error 029: invalid expression, assumed zero
(18217) : fatal error 107: too many error messages on one line
This is line 18217:

Код:
format(string, sizeof(string),"Welcome %s Your VIP level has been successfully loaded [VIP Level: %d][VIP Rank: %s]",PlayerName(playerid),PlayerInfo[playerid][pVIP],Rank(playerid));
A bit more of that place so maybe you could figure it out better.

Код:
       format(string, sizeof(string),"Welcome %s Your VIP level has been successfully loaded [VIP Level: %d][VIP Rank: %s]",PlayerName(playerid),PlayerInfo[playerid][pVIP],Rank(playerid));
       print("\n----------------------------------------------------------");
       printf("_____[%s] Very Important Player Connected_____", PlayerName(playerid));
	   print("------------------------------------------------------------\n");
	   SendClientMessage(playerid, GREEN,string);
	}
    else
    {
	   MakeACC(playerid); //Creating the account if the account doesn't exists
	}
	else
	    return 0;

	// Let the server know that this was a valid command
	return 1;
}
Reply


Messages In This Thread
Few Errors - by Jhony_Blaze - 10.12.2014, 22:09
Re: Few Errors - by imSaint - 10.12.2014, 22:28
Re: Few Errors - by Mic_H - 11.12.2014, 03:05
Re: Few Errors - by Divergent - 11.12.2014, 04:08
Re: Few Errors - by Jhony_Blaze - 11.12.2014, 09:57
Re: Few Errors - by Mic_H - 11.12.2014, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)