[Ajuda] Local de Spawn
#4

O nъmero do LocalSpawn[playerid] da familia й qual ?

Observe o prуpio cуdigo e vai saber como se faz:
pawn Код:
else if(strcmp(tmp, "casa", true) == 0)
        {
            if(PlayerInfo[playerid][pPhousekey] != 255)
            {
                LocalSpawn[playerid] = 1;
                SendClientMessage(playerid, COLOR_GREY, "Agora voce ira spawnar em casa");
                return 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY, "Voce precisa ter casa para usar esse comando");
                return 1;
            }
Reply


Messages In This Thread
Local de Spawn - by LeonardoBCF - 01.05.2013, 21:43
Re: Local de Spawn - by FixSkuL - 01.05.2013, 21:46
Re: Local de Spawn - by LeonardoBCF - 01.05.2013, 21:55
Re: Local de Spawn - by FixSkuL - 01.05.2013, 21:59
Re: Local de Spawn - by LeonardoBCF - 01.05.2013, 22:19
Re: Local de Spawn - by FixSkuL - 01.05.2013, 22:24
Re: Local de Spawn - by LeonardoBCF - 01.05.2013, 22:29

Forum Jump:


Users browsing this thread: 1 Guest(s)