#1

How to make an OOC ?
Reply
#2

errm if ur using a roleplay server which has local chat you could just make a format like [OOC]%s:%s (playername,text)
and sendclientmessagetoall
Reply
#3

Make it as a command who uses "SendClientMessageToAll" Use RP gm thats released and use their ideas!
Reply
#4

pawn Код:
if (!strcmp("/o", cmdtext, true, 2))
{
new str[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(str, sizeof(str), "[OOC] %s: %s", name, cmdtext[2]);
SendClientMessageToAll(COLOR_[Insert Here], str);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)