SetPlayerChatBubble
#1

i use GFRP and i dont know how to set player to be Diplomate

i maked

Код:
enum pInfo
{
	pDiplomate,
and i maked

Код:
public ChatDouble()
{
foreach(Player,i)
{
if(PlayerInfo[i][pDiplomate] == 1)
{
SetPlayerChatBubble(i, "[ DIPLOMATE ]", COLOR_RED, 30.0,60000);
}


How i should make to save if pDiplomate and to load it OnPlayerConnect and to save it OnPlayerDisconnect


and how i can make command /setpdiplomate - Set player to pDiplomate
Reply


Messages In This Thread
SetPlayerChatBubble - by Stereotype - 08.06.2012, 10:09
Re: SetPlayerChatBubble - by Stereotype - 08.06.2012, 15:33
Re: SetPlayerChatBubble - by MadeMan - 08.06.2012, 15:35
AW: SetPlayerChatBubble - by Tigerkiller - 08.06.2012, 15:36
Re: SetPlayerChatBubble - by Stereotype - 08.06.2012, 15:36
AW: SetPlayerChatBubble - by Tigerkiller - 08.06.2012, 15:38
Re: SetPlayerChatBubble - by MadeMan - 08.06.2012, 15:39
Re: SetPlayerChatBubble - by Stereotype - 08.06.2012, 15:40
Re: SetPlayerChatBubble - by Stereotype - 08.06.2012, 15:46
Re: SetPlayerChatBubble - by MadeMan - 08.06.2012, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)