11.09.2013, 11:31
Код:
if(text[0] == '#' && PlayerInfo[playerid][gleader] == 1) { new string[128]; GetPlayerName(playerid,string,sizeof(string)); format(string,sizeof(string),"Gang.Chat:[%i]%s: %s",playerid,string,text[1]); MessageToGang(0x8000FFC8,string); return 0; }
Couldnt get anything on samp forum so I am posting here for help
For Example My gang members chat should be like this or whatever
Код:
if(text[0] == '##' && PlayerInfo[playerid][gleader] == 1) { new string[128]; GetPlayerName(playerid,string,sizeof(string)); format(string,sizeof(string),"Gang.Chat:[%i]%s: %s",playerid,string,text[1]); MessageToGang(0x8000FFC8,string); return 0; }
Any kind of help would be appreciated.
Plus I am noob at scripting and I want Help for a command that could write anything in the textdraw box.
I am using Arakuta's SendBoxMsg!
This is just a side thing if any help is given I would be really Happy!