#1

How to make a /resetweapons command?
Reply
#2

Do you want to reset weapons of the player that is typing the command, or you wanna make admin command to remove other people's weapons?
Reply
#3

pawn Код:
//use  zcmd command processor include
CMD:disarm(playerid,params[])
{
    ResetPlayerWeapons(playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)