21.04.2012, 08:56
Can i get a small help i had Administrator title to every admins while talking in OOC Channel like if i am admin and i say hey then like this (( Admin Imperor:Hey )) But i want every admins name sud be displayed as their post like if i am a head admin then it should say (( Head Admin Imperor: Hey )).I am Confused in [pAdmin] == and [pAdmin] >=
So help me heres the Code:
So help me heres the Code:
Код:
else if(PlayerInfo[playerid][pAdmin] == 1337) { new string[128]; format(string, sizeof(string), "(( {33CCFF}Head Admin{E0FFFF} %s: %s ))", GetPlayerNameEx(playerid), params); OOCOff(COLOR_OOC,string); }