SA-MP Forums Archive
[FilterScript] Ufo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Ufo (/showthread.php?tid=296248)



Ufo - GtaO_Magnifico - 10.11.2011

Hello!
Here i am releasing my ufo script!

Ufo is located just a miles from old airport, but i have made a teleport too!

Код:
if(strcmp(cmdtext, "/ufo12", true) == 0)
    	{
     	if(IsPlayerInAnyVehicle(playerid))
      		{
			SetPlayerPos(playerid, 858.67889404,2502.10815430,126.40000153);
			SetPlayerFacingAngle(playerid, 181.3588);
			SetPlayerInterior(playerid, 0);
			}
		else if(!IsPlayerInAnyVehicle(playerid))
			{
			SetPlayerPos(playerid, 858.67889404,2502.10815430,126.40000153);
			SetPlayerFacingAngle(playerid, 181.3588);
			SetPlayerInterior(playerid, 0);
			}
   		return 1;
     	}
How to install

I am installing all my scripts to GameMode, so here i tell how to do that, if someone don't know it.

Put this script on the top of your GM

Код:
new ufo[263];
Then add this under
Код:
public OnGameModeInit()
You have putted in ufo, but you need a commands with who you can fly so here it is


The download link is here

Put them under
Код:
public OnPlayerCommandText(playerid, cmdtext[])
and all is done

If you have some bugs with UFO just post them here.
Mirrors are welcome

SCREENS:
Here

Please comment this script and if you like it give me Reputation please!


Re: Ufo - =WoR=G4M3Ov3r - 10.11.2011

What does it do, exactly ?


Re: Ufo - Kostas' - 10.11.2011

I cannot open the Pastebin links


Re: Ufo - GangsTa_ - 10.11.2011

Screens?


Re: Ufo - GtaO_Magnifico - 10.11.2011

Link repaired and screens will be later


Re: Ufo - =WoR=G4M3Ov3r - 10.11.2011

Quote:
Originally Posted by Kostas'
Посмотреть сообщение
I cannot open the Pastebin links
Its because it takes you to http:/here/, copy the link, and paste it in your browser link tab.


Re: Ufo - GtaO_Magnifico - 10.11.2011

Screens added


Re: Ufo - Sasino97 - 11.11.2011

LoL , is that Spaceship done with GTASA standard objects or with custom objects


Re: Ufo - Marshall32 - 11.11.2011

Quote:
Originally Posted by =WoR=G4M3Ov3r
Посмотреть сообщение
What does it do, exactly ?
Its just a Visual Add-on for your server .


Re: Ufo - GtaO_Magnifico - 11.11.2011

Quote:
Originally Posted by =WoR=G4M3Ov3r
Посмотреть сообщение
What does it do, exactly ?
You can fly with it where you want, i have some ideas how to upgrade this ufo, i am sure that in next version you can shoot with a some kind of laser.
Maybe someone would like to map this ufo a little, so i dont have to map the bad places and i can make a shooting system faster!

Quote:
Originally Posted by [GF]Sasino97
Посмотреть сообщение
LoL , is that Spaceship done with GTASA standard objects or with custom objects
All is done with standart objects, just a one or two things is custom!