SA-MP Forums Archive
[Ajuda] PPC_TRUCKING - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] PPC_TRUCKING (/showthread.php?tid=454687)



PPC_TRUCKING - ThiagoMK - 29.07.2013

Alguem sabe como criar resgate e pode me ajudar por favor meu skype й thiago.j.r


Re: PPC_TRUCKING - Mteck - 30.07.2013

Thiago, se vocк explicar como e poderemos fazer, Quer que a mensagem chegue a todo mundo?

pawn Код:
if (strcmp("/resgate", cmdtext, true, 10) == 0)
    {
        new pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
        format(string, sizeof(string), "%s Precisa de Resgate, Entre em contato ", pname);
        SendClientMessageToAll(-1, string);
        return 1;
}
Ou pegar a funзгo do seu GPS e adaptar quando o player digitar /resgate ele crie um checkpoint atй o local, e quando chegar lб destruir o mesmo.


Re : Re: PPC_TRUCKING - ThiagoMK - 30.07.2013

Quote:
Originally Posted by Mteck
Посмотреть сообщение
Thiago, se vocк explicar como e poderemos fazer, Quer que a mensagem chegue a todo mundo?

pawn Код:
if (strcmp("/resgate", cmdtext, true, 10) == 0)
    {
        new pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
        format(string, sizeof(string), "%s Precisa de Resgate, Entre em contato ", pname);
        SendClientMessageToAll(-1, string);
        return 1;
}
Ou pegar a funзгo do seu GPS e adaptar quando o player digitar /resgate ele crie um checkpoint atй o local, e quando chegar lб destruir o mesmo.
Й resgate de spawn eu ja tenho o comando /resgate sу que eu queria adicionar mais bases para spawn..


Re: PPC_TRUCKING - Merida - 30.07.2013

So adicionar mais opзoes no dialog e na resposta do dialog adicionar mais case , ja que o PPC trabalha com switch na resposta da dialog de resgate .


Att Merida



Respuesta: PPC_TRUCKING - Luucass - 30.07.2013

Thiago qual й o seu server ?