SA-MP Forums Archive
making local chat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: making local chat (/showthread.php?tid=65818)



making local chat - amrour - 16.02.2009

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.


Re: making local chat - Marcel - 16.02.2009

Here.
Now just create a command and do a SendClientMessageToAll


Re: making local chat - amrour - 16.02.2009

i dunno where in script i put that


Re: making local chat - cHaMiLLioNaRe - 16.02.2009

under
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
?


Re: making local chat - amrour - 16.02.2009

i mean
Код:
(Float:chat_radius)



Re: making local chat - Marcel - 16.02.2009

OnGameModeInit


Re: making local chat - amrour - 16.02.2009

could somone like write me exactly what to write and where so i just copy it to my script? im sry to bother but i just dunno...


Re: making local chat - amrour - 17.02.2009

dont ignore my topic i need this :/


Re: making local chat - Marcel - 17.02.2009

pawn Код:
public OnGameModeInit( )
{
    LimitGlobalChatRadius( 15.0 );
    return 1;
}