[Pedido] Usar OnGameModeInit por cmd
#4

Caso for um NPC, basta fazer ele e ao invйs do NPC conectar no servidor na callback OnGameModeInit, faзa um comando onde irб fazer conecta-lo quando utilizar o comando, exemplo:

PHP код:
    CMD:conectarnpc(playerid)
    {
        
ConnectNPC ("Dave""mynpc");
        
SendClientMessage(playerid,-1,"[NPC] Dave conectado ao servidor.");
        return 
1;
    } 
Apenas conectou o NPC, Lуgicamente que tem outras coisas a se fazer, como dar spawn nele e etc.

Um tutorial bom: https://sampforum.blast.hk/showthread.php?tid=95034
Reply


Messages In This Thread
Usar OnGameModeInit por cmd - by mvrky - 01.02.2018, 22:32
Re: Usar OnGameModeInit por cmd - by GuiKommander - 01.02.2018, 22:46
Re: Usar OnGameModeInit por cmd - by Gguiz - 01.02.2018, 23:24
Re: Usar OnGameModeInit por cmd - by SpikeCompiler - 02.02.2018, 00:22
Re: Usar OnGameModeInit por cmd - by Jelly23 - 02.02.2018, 01:18
Re: Usar OnGameModeInit por cmd - by Gguiz - 02.02.2018, 04:14
Re: Usar OnGameModeInit por cmd - by Bruno13 - 02.02.2018, 12:33
Re: Usar OnGameModeInit por cmd - by Ursinho - 04.02.2018, 02:39
Re: Usar OnGameModeInit por cmd - by Ursinho - 04.02.2018, 02:47
Re: Usar OnGameModeInit por cmd - by Mises - 04.02.2018, 04:07

Forum Jump:


Users browsing this thread: 3 Guest(s)