explain pls
#1

Hello, can someone explain how works this operator ".." ? I found it on one of scripts. Example of use:

Код:
//DialogResponse
{
        case DIALOG_HOUSE_GUNS_TAKE_AMMO_MIN..DIALOG_HOUSE_GUNS_TAKE_AMMO:
        {
            if(response)
            {
Reply
#2

It's same as
Quote:

case 1 .. 32:

That is, from 1 to 32, the numbers are defined in those names.
Search the gamemode for those names and see what numbers they match.
You can also tell ****** about the switch feature.
Reply
#3

Quote:
Originally Posted by Florin48
Посмотреть сообщение
It's same as
That is, from 1 to 32, the numbers are defined in those names.
Search the gamemode for those names and see what numbers they match.
You can also tell ****** about the switch feature.
Thank you!
Reply
#4

Quote:
Originally Posted by Heress
Посмотреть сообщение
Thank you!
Good luck still in learning programming.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)