Server Admin Client Message Error - 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)
+--- Thread: Server Admin Client Message Error (
/showthread.php?tid=375418)
Server Admin Client Message Error -
UnknownGamer - 06.09.2012
Код:
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
Re: Server Admin Client Message Error -
mobiliz - 06.09.2012
What error?
Re: Server Admin Client Message Error -
UnknownGamer - 06.09.2012
Just doesn't show the level pAdmin
Re: Server Admin Client Message Error -
Kirollos - 06.09.2012
format(string2, sizeof(string2), "SERVER: You logged in as an level %i Administrator.",PlayerInfo[playerid][pAdmin]);
SendClientMessage(playerid, COLOR_RED,string2);
Re: Server Admin Client Message Error -
UnknownGamer - 06.09.2012
Cheers dude, Problem solved! +REP!