Taking Away Weapons On Tele
#2

pawn Код:
if (strcmp("/leavedm", cmdtext, true, 10) == 0)
    {
      if (jatekos[playerid] == 0)
      {
    SetPlayerPos(playerid, 833.5051,-1981.1245,191.9546);
    ResetPlayerWeapons(playerid);
        gyilkos[playerid]=0;
        jatekos[playerid]=1;
        }
        else
        {
          SendClientMessage(playerid, COLOR_WHITE, "[INFO] You aren't in DM zone!");
        }
        return 1;
    }

    return 0;
}
Not that hard
Reply


Messages In This Thread
Taking Away Weapons On Tele - by Jonny_lockhart - 06.04.2010, 12:43
Re: Taking Away Weapons On Tele - by Geso - 06.04.2010, 12:48

Forum Jump:


Users browsing this thread: 2 Guest(s)