Jump to content

Recommended Posts

Posted

Salut, cine ma poate ajuta cu un sistem de safezone, nu stiu sa il fac deaia apelez la voi, am cautat pe youtube/google dar nu am gasit , folosesc un GM Big-Zone, coordonatele pe care vreau sa fac safe-zonul sunt: 1081.3616,-1698.1654,13.5469

(Aici mi-am pus eu spawn civil) 

Posted

Te duci la OnPlayerGiveDamage si folosesti IsPlayerRangeOfPoint:

public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
{
    if (IsPlayerInRangeOfPoint(playerid, 45.0, 1081.3616, -1698.1654, 13.5469)) 
    {
       Kick(playerid);
    }
    return 1;
}
Posted

Depinde si ce GM BigZone ai, multe dintre ele au comenzi ascunse..

Ce treaba au safezone-urile cu (,) comenzile ascunse?

Posted

Ce treaba au safezone-urile cu (,) comenzile ascunse?

 

Nu au nici o treaba, insa l-am anuntat sa aiba grija la ce gamemode lucreaza.

Eu am lucrat la un gamemode 3 luni, si dupa am aflat ca are foarte multe comenzi ascunse si buguri in el.

Posted

mai bine pui slap :)

public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
{
    if (IsPlayerInRangeOfPoint(playerid, 45.0, 1081.3616, -1698.1654, 13.5469)) 
    {
       new Float: Location[3];

       GetPlayerPos(playerid, Location[0], Location[1], Location[2]);
       SetPlayerPos(playerid, Location[0], Location[1]+4, Location[2]);

       SendClientMessage(playerid, COLOR_RED, "DM -> kick + warn nu stam la discutii");
    }
    return 1;
}
Posted (edited)
public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid, bodypart)
{
   if (IsPlayerInRangeOfPoint(playerid, 45.0, 1081.3616, -1698.1654, 13.5469))
   {
      new safezone[MAX_PLAYER_NAME], string[100];
 
      GetPlayerName(playerid, safezone, sizeof(safezone));
      format(string, sizeof(string), "[AdmCmd]: %s was kicked by AdmBot, reason: n ai voie sa stai aici", safezone);
      SendClientMessageToAll(COLOR_LIGHTRED, string);
      BanEx(playerid);
      }
      return 1;
}

mai bn

Edited by Liviu32
  • Upvote 1

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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

By using this site, you agree to our Terms of Use. 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.

moduri samp