making local chat
#1

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.
Reply
#2

Here.
Now just create a command and do a SendClientMessageToAll
Reply
#3

i dunno where in script i put that
Reply
#4

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

i mean
Код:
(Float:chat_radius)
Reply
#6

OnGameModeInit
Reply
#7

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...
Reply
#8

dont ignore my topic i need this :/
Reply
#9

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


Forum Jump:


Users browsing this thread: 1 Guest(s)