16.02.2009, 17:26
i wanna have normal chat to be local and with /shout everyone hear it, but i don't know how. please give me very detailed description cos im new in scripting.
public OnPlayerCommandText(playerid, cmdtext[])
(Float:chat_radius)
public OnGameModeInit( )
{
LimitGlobalChatRadius( 15.0 );
return 1;
}