Remove weapons on teleport...
#1

im stuck.. im trying to make a DM area.. but i want to remove there current weapons then replace them with the DM zone's weapons.. i looked on wiki for a function to do that and i didnt see... so there must be other way..

Thx.
Reply
#2

pawn Код:
ResetPlayerWeapons(playerid);
    GivePlayerWeapon(playerid, 31, 1000); // m4
    GivePlayerWeapon(playerid, 34, 15); // sniper
    GivePlayerWeapon(playerid, 16, 5); // grenades
    GivePlayerWeapon(playerid, 27, 200); // shotgun
    GivePlayerWeapon(playerid, 28, 1000); // mirco smg
    GivePlayerWeapon(playerid, 9, 99999); // chain
    SetPlayerHealth(playerid, 100);
    SetPlayerArmour(playerid, 100);
easy
Reply
#3

LOL thx.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)