[Ajuda] Sistema de Lixo - 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] Sistema de Lixo (
/showthread.php?tid=458567)
Sistema de Lixo -
VictorNascimento - 17.08.2013
E ai galera do Fуrum SA-MP, tф com uma duvida, queria um sistema assim: O cara da "/pegarlixo" (NA HQ DELE SOMENTE) e ai vai aparecer muito Checkpoints pela Cidade, para ele catar LIXO, depois quando ele chegar no Checkpoint FINAL, ele vai ganhar uma grana de mais ou menos 1500 ou 2000, tudo com o caminhгo de LIXO, e se ele sair do caminhгo, ele faz com que os Checkpoints desapareзa fazendo com o que cancele a "Missгo"!!! Tem como fazer isso? Se tiver como, me ajudem por favor!!! Mande o Pawno Code e me digam onde colocar o code!
Re: Sistema de Lixo -
smiiir - 17.08.2013
https://sampforum.blast.hk/showthread.php?tid=408651
Re: Sistema de Lixo -
VictorNascimento - 17.08.2013
Obrigado vou dar uma olhada, se me ajudar o fуrum, lhe dou o REP+, obg
Re: Sistema de Lixo -
darkxdll - 17.08.2013
Cara , vocк estб pedindo algo meio grande de se fazer , sу se alguйm retirar do prуprio GM e por aqui..
Re: Sistema de Lixo -
VictorNascimento - 17.08.2013
Coloquei o FS, e qualquer comando que dou tipo "/aa" ele diz "AGORA VOCК Й UM LIXEIRO" e й qualquer comando
Bugado total kk
Re: Sistema de Lixo -
Juniiro3 - 17.08.2013
Quando vi o tнtulo achei que tu ia falar mal de algum sistema o.O
@topic:
Nгo й difнcil fazer isso, basta usar
SetPlayerCheckpoint e no OnPlayerEnterCheckpoint ir configurando, usando arrays. Exemplo:
pawn Код:
new CheckpointLixo[MAX_PLAYERS]; //Topo do GM
//No Comando
CheckpointLixo[playerid] = 0;
SetPlayerCkeckpoint(...);
//OnPlayerEnterCheckpoint
if (CheckpointLixo[playerid] == 0)
{
SetPlayerCkeckpoint(...);
Checkpoint[playerid] = 1;
}
if (CheckpointLixo[playerid] == 1)
{
SetPlayerCheckpoint(...);
Checkpoint[playerid] = 2;
}
Vai fazendo assim atй chegar no checkpoint final