20.02.2011, 17:44
How can i make it so when a ADMIN chats to other player it comes up with
EXAMPLE
[ADMIN] hello
i mean where do i put the FORMAT
under OnPlayerText or ?
CODE
EXAMPLE
[ADMIN] hello
i mean where do i put the FORMAT
under OnPlayerText or ?
CODE
pawn Код:
//Does this goto OnPlayerText ?
if(PlayerInfo[playerid][PlayerAdmin] >= 1)
{
/*And what shell i do here?
just make a FORMAT like this ? */
new string[128];
format(string,sizeof(string),"[ADMIN] %s",cmdtext);
}