[Ajuda] SetPlayerAttachedObject Random - 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] SetPlayerAttachedObject Random (
/showthread.php?tid=424727)
SetPlayerAttachedObject Random -
CaozinhoDosCorre - 23.03.2013
Boa Tarde Galera, Vim pedir ajuda de vocКs (Mais Experientes do que eu).
pra Deiixar o SetPlayerAttachedObject em Random:
й uns Capacetes. pra quando o player digitar /capacete, apareзe um ai dps digita novamente e jae outros diferentes.
os ID'S dos Capacetes sгo.
18645
18976
18977
18978
18979
que pouder, mim ajuda aew galera vlws
Re: SetPlayerAttachedObject Random -
Duun - 23.03.2013
no topo
pawn Код:
new Float:CapaceteRandom[][] =
{
{ID capacete 1},
{ID capacete 2},
{ID capacete 3},
{ID capacete 4}
};
no comando :
pawn Код:
new Random = random(sizeof(CapaceteRandom));
SetPlayerAttachedObject (playerid, CapaceteRandom[Random][0], CapaceteRandom[Random][1], CapaceteRandom[Random][2]);
Creio que seja mais ou menos assim .
Re: SetPlayerAttachedObject Random -
CaozinhoDosCorre - 23.03.2013
Mano, nгo ta dando vey. ta dando warnings nas linhas que adicionei o que pediu