18.12.2009, 00:12
Hi all, i have GBroadCast in cmd and i dont know how to forward it, can you help me?
here is cmd
Please dont tellme " goto top script find forward and put forward bla bla bla" becouse i know that there need to put some BLA BLA BLA but that is that bla bla? i need code? please
here is cmd
Код:
if(strcmp(cmd, "/gmhelp", true) == 0)
{
if(IsPlayerConnected(playerid))
{
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, 256, "%s is a new player and need help;", sendername);
GBroadCast(COLOR_YELLOW,string,1);
SendClientMessage(playerid, COLOR_YELLOW, "Your request for help sent to GameMasters.");
}
return 1;
}

