10.11.2011, 16:53
(
Последний раз редактировалось GtaO_Magnifico; 11.11.2011 в 08:47.
)
Hello!
Here i am releasing my ufo script!
Ufo is located just a miles from old airport, but i have made a teleport too!
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
Then add this under
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
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!
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; }
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];
Код:
public OnGameModeInit()
The download link is here
Put them under
Код:
public OnPlayerCommandText(playerid, cmdtext[])
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!