SA-MP Forums Archive
[DUV] CheckPoint . . . - 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: [DUV] CheckPoint . . . (/showthread.php?tid=146985)



[DUV] CheckPoint . . . - rafinha - 09.05.2010

Como faзo Tipo : eu entrei em Um Taxi Digito /trabalhar
Ai Vai aparecer um checkpoint no mapa para pegar a pessoa e depois um outro o lugar dela, mais gostaria de tipo ser varias missoes . . .
Randomicas missoes . . .
To precisando so de uma Base o resto consiguo faze . . .


Re: [DUV] CheckPoint . . . - Flavinho153 - 09.05.2010

Seach faz bem a saъde :

http://forum.sa-mp.com/index.php?topic=169282.0


Re: [DUV] CheckPoint . . . - BurrodaZero - 10.05.2010

Tenta Algo:
pawn Код:
new Float:Taxista[][4] =
{
{}, //Checkpoint
{}, //Checkpoint
{}, //Checkpoint
{} //Checkpoint
};
No Comando ou Onde Esta..
pawn Код:
new rnd = random(sizeof(Taxista));
SetPlayerCheckpoint(playerid, Taxista[rnd][0], Taxista[rnd][1], Taxista[rnd][2]);;();
Te Juro que Estou com Pressa senгo lhe respondiria melhor



APREDENDO PAWN