Jump to content

[FS]Baza FBI + Poarta [LS]


Guest ZFun

Recommended Posts

Am facut o baza pt cei care vor sa isi faca FBI in alta parte. Nu am adaugat masini, le puteti adauga voi care vreti

Cateva poze

5obck4.png

inhi0m.png

54ghe9.png

Daca vreti sa adaugati acest FS in gm trebuie sa schimbati :

if (strcmp(cmdtext, "/fbigate", true)==0)
{

   MoveObject(gatefbi, 1761.266,-1692.085,0.198, 2.500000);
   SetTimer("FbiClose", 5000, 0);
   SendClientMessage(playerid, COLOR_RED, "Poarta de la FBI s-a deschis.");

  return 1;
}
cu
if (strcmp(cmdtext, "/fbigate", true)==0)
{
if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2 || PlayerInfo[playerid][pMember] == 3 || PlayerInfo[playerid][pLeader] == 3)
{
   MoveObject(gatefbi, 1761.266,-1692.085,0.198, 2.500000);
   SetTimer("FbiClose", 5000, 0);
   SendClientMessage(playerid, COLOR_RED, "Poarta de la FBI s-a deschis.");
  } else return SendClientMessage(playerid, COLOR_RED, "Nu esti politist.");
  return 1;
}

[attachment deleted by admin]

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
Guest David Paul

Te Corectez

MoroJr a facut un GameMode care la Postat AICI

Acel GM a fost luat de multi si editat...

El a luat cu copy & paste de acolo ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.