[Ajuda] Interiores
#8

Quote:
Originally Posted by RazorGuigo
Посмотреть сообщение
PHP код:
#define INTERIOR<%0>    _:%0,_Interior[%0][I_interior]
enum INTERIOR_INFO
{
    
I_interior,
    
I_nome[32]
}
enum INTERIORES
{
    
_MUNDO,
    
_PREF_LS,
    
_PREF_LV,
    
_PREF_BC
}
new 
_Interior[INTERIORES][INTERIOR_INFO]=
{
    {
0,                "Mundo"},
    {
3,                "Prefeitura LS"},
    {
3,                "Prefeitura LV"},
    {
3,                "Prefeitura BC"}
};
stock GetWord(i)
    return 
_:i;
stock GetInterior(i)
    return 
_:_Interior[_:i][I_interior];
stock GetInteriorNome(wordid)
    return 
_Interior[_:wordid][I_nome]; 
Interessante como posso colocar coordenas aqui ? Nгo entendi 100% do codigo, sу fiquei perdido na hora de colocar varias Coordenadas de entradas e saidas.
Reply


Messages In This Thread
Interiores - by Ryuzaki07 - 03.04.2018, 02:35
Re: Interiores - by Lontresca - 03.04.2018, 02:56
Re: Interiores - by AllanSG - 03.04.2018, 03:31
Re: Interiores - by [BOPE]Seu._.Madruga - 03.04.2018, 03:31
Re: Interiores - by Ryuzaki07 - 03.04.2018, 21:33
eu me organizo desta maneira: - by RazorGuigo - 03.04.2018, 22:09
Re: Interiores - by Ryuzaki07 - 03.04.2018, 22:49
Re: eu me organizo desta maneira: - by Ryuzaki07 - 03.04.2018, 22:51
Re: Interiores - by AllanSG - 04.04.2018, 00:20
Re: Interiores - by Ryuzaki07 - 04.04.2018, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)