Jump to content

aboout chat range


SkatCh

Recommended Posts

Posted

guys please i have a question what does it mean chat range exatly .

like this

local chat_range = 100 

Failure is simply an opportunity to begin again more intelligently - Henry Ford

Posted

It means players in that determinate range will see the message.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

thx so if i want someone to see my message from LV and he is in SF i need to increase the chat range right .

like this

  
local local_chat_range = "how much i need to put here" <----example = 50000  
local sX, sY, sZ = getElementPosition(localPlayer) 
        local rX, rY, rZ = getElementPosition(source) 
        if (getDistanceBetweenPoints3D(sX, sY, sZ, rX, rY, rZ) <= local_chat_range) then 
         chat = true 
        end 

Failure is simply an opportunity to begin again more intelligently - Henry Ford

Posted

Yes, you need to increase it.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

can you tell me exactly how much i need to add or can i put it like this .

local local_chat_range = 10000000000000000000

Failure is simply an opportunity to begin again more intelligently - Henry Ford

Posted
6000 will be good enough, that's the size of the entire map. However why would you make a local chat that cover the entire map when you have main chat?

no it's not local chat it's main chat just i gave an example that's all.

Failure is simply an opportunity to begin again more intelligently - Henry Ford

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...