Jump to content

Baza Gangster V2.0 Updated


[Funky]Anakin

Recommended Posts

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.