Jump to content

Recommended Posts

Posted

Salut sa-mp.ro .Am facut versiunea a doua a Bazei Gangster.Aceasta cuprinde 650 obiecte.

Am adaugat si un camin :) dar trebuie sa luati jetpack sa ajungeti am facut si poarta .O sa vedeti voi.

Poze : http://postimage.org/gallery/g935yq4/

          http://postimage.org/gallery/5ndvbmc/

Download: http://pastebin.com/vz7Vwd5Q

Baieti uitati :

OnGameModeEditInit

[pawn]#include <a_samp>

new Gate;

public OnFilterScriptInit()

{

Gate = CreateObject(980, -111.69999694824, -111.69999694824, 24.6000003814, 1.0, 2.0, 3.0, 100.0);

return 1;

}

public OnPlayerCommandText(playerid, cmdtext[])

{

if(!strcmp(cmdtext, "//open", true)){

if(IsPlayerInRangeOfPoint(playerid, 15.0, -111.69999694824, -111.69999694824, 24.6000003814)){

MoveObject(Gate,  920.59997558594, -111.69999694824, 24.60000038147, 4.0, 1.0, 2.0, 3.0);

return SendClientMessage(playerid, 0x0000FFFF, "Poarta s-a deschis");

}

}

else if(strcmp(cmdtext, "//close", true)){

if(IsPlayerInRangeOfPoint(playerid, 15.0, -111.69999694824, -111.69999694824, 24.6000003814)){

MoveObject(Gate, -111.69999694824, -111.69999694824, 24.6000003814, 4.0, 1.0, 2.0, 3.0);

return SendClientMessage(playerid, 0x0000FFFF, "Poarta s-a inchis");

}

}

return 0;

}[/pawn]

Comanda aceasta trebuie sigur  sa mearga.Va gatantez.

idiots.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.