Server Admin Client Message Error
#1

Код:
			format(string2, sizeof(string2), "SERVER: You logged in as an level %s Administrator.",PlayerInfo[playerid][pAdmin]);
			SendClientMessage(playerid, COLOR_RED,string2);
How would I fix that, I want it so it shows I logged in as a Level 1338 Admin.

Thanks
Reply
#2

What error?
Reply
#3

Just doesn't show the level pAdmin
Reply
#4

format(string2, sizeof(string2), "SERVER: You logged in as an level %i Administrator.",PlayerInfo[playerid][pAdmin]);
SendClientMessage(playerid, COLOR_RED,string2);
Reply
#5

Cheers dude, Problem solved! +REP!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)