10.05.2012, 11:23
(
Последний раз редактировалось lonako45; 10.05.2012 в 13:47.
)
OK
I do system ..
If player call you , you do /answer id
and open you new chat
write on the chat but this send the message for you and for the player ..
Im try this :
(But have bags ...)
OnPlayerText:
And if player answer to player:
I do system ..
If player call you , you do /answer id
and open you new chat
write on the chat but this send the message for you and for the player ..
Im try this :
(But have bags ...)
OnPlayerText:
PHP код:
if(HelperChat[playerid] == 1)
{
format(str,sizeof(str),"[HelperChat] Player %s[%d] || %s",GetName(playerid),playerid,text);
SendClientMessage(playerid,Orange,str);
if(IsPlayerHelper(playerid))
{
format(str,sizeof(str),"[HelperChat] Helper %s[%d] || %s",GetName(playerid),playerid,text);
SendClientMessage(playerid,Orange,str);
return 0;
}
}
PHP код:
HelperChat[playerid] 1 = HelperChat[id] = 1;