[FilterScript] Don't fall minigame - 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)
+----- Forum: Lançamentos/Releases (
https://sampforum.blast.hk/forumdisplay.php?fid=56)
+----- Thread: [FilterScript] Don't fall minigame (
/showthread.php?tid=272708)
Don't fall minigame -
FireCat - 29.07.2011
ELIMINADO. [Video]:
http://www.youtube.com/watch?v=Jks_K82icSQ
Re: Don't fall minigame -
RebeloX - 29.07.2011
Good Job *-*
Adoro *-* Muito Fodah
@OFF
First *-*
Re: Don't fall minigame -
FireCat - 29.07.2011
Ahaha foi facil

ty
Da-me rep
Re: Don't fall minigame -
crush_ - 29.07.2011
ahuahua boa, ficou massa
Re: Don't fall minigame -
Shadoww5 - 29.07.2011
Gostei =D
Mas acho que vocк poderia fazer assim:
PHP код:
public MoveGlasses()
{
new rand = random(27);
new Float:x,Float:y,Float:z;
GetObjectPos(Dontfall[rand],x,y,z);
if(z < 9) return MoveGlasses();
MoveObject(Dontfall[rand],x,y,z-30,7.0);
return 1;
}
Porque, desta forma, se o vidro jб tiver sido rebaixado, serб escolhido outro.
Re: Don't fall minigame -
FireCat - 29.07.2011
Quote:
Originally Posted by Shadoww5
Gostei =D
Mas acho que vocк poderia fazer assim:
PHP код:
public MoveGlasses()
{
new rand = random(27);
new Float:x,Float:y,Float:z;
GetObjectPos(Dontfall[rand],x,y,z);
if(z < 9) return MoveGlasses();
MoveObject(Dontfall[rand],x,y,z-30,7.0);
return 1;
}
Porque, desta forma, se o vidro jб tiver sido rebaixado, serб escolhido outro.
|
Esquecime disso ;b
Mas ty
Re: Don't fall minigame -
iPLEOMAX - 29.07.2011
Nice minigame. I might make such things for my server too.
rep+
Re: Don't fall minigame -
FireCat - 29.07.2011

Ok
Re: Don't fall minigame -
MiTToS - 29.07.2011
Muito bom, um dos melhores mini games que jб vi
Re: Don't fall minigame -
Josma_cmd - 29.07.2011
Ficou muito bom.