29.05.2012, 14:51
Okay well i attempt to make a String, so when a Onduty admin talks it will talk like this
Admin [NAME] : [text] i use ladmin4v2.
I came with this in onplayertext
But i get like a list full of errors what dont make sence.
Because i dont get a single error or warnings when compiling without this.
Admin [NAME] : [text] i use ladmin4v2.
I came with this in onplayertext
pawn Код:
if(PlayerInfo[playerid][Adminduty] = 1;) {
new string[128];
format(string, sizeof(string), "Admin %s: ", pName(playerid) );
SendClientMessageToAll(0xFF0000AA, string);
return 0;
}
Because i dont get a single error or warnings when compiling without this.