[Tutorial] Making basic commands [ZCMD]
#4

Quote:
Originally Posted by BetaLaxx
View Post
ResetPlayerWeapons(playerid) //Disarms the player - WRONG
ResetPlayerWeapons(playerid) //Resets Players Weapons.
pawn Code:
forward DisarmPlayer(playerid);
public DisarmPlayer(playerid)
{
    return ResetPlayerWeapons(playerid); // Disarms player
}
Happy now? Disarms player.
He can call it disarming as it removes the weapons anyway.
Reply


Messages In This Thread
Making basic commands [ZCMD] - by Gangs_Rocks - 09.03.2012, 11:37
Re: Making basic commands [ZCMD] - by Alexy_Dramon - 19.03.2012, 18:09
Re: Making basic commands [ZCMD] - by BetaLaxx - 19.03.2012, 18:44
Re: Making basic commands [ZCMD] - by Max_Coldheart - 19.03.2012, 19:22
Re: Making basic commands [ZCMD] - by mubashir - 01.07.2013, 10:15
Re: Making basic commands [ZCMD] - by mubashir - 01.07.2013, 10:20
Re: Making basic commands [ZCMD] - by Raaf - 04.07.2013, 10:37
Re: Making basic commands [ZCMD] - by Team_PRO - 06.07.2013, 06:06
Re: Making basic commands [ZCMD] - by Aerotactics - 06.07.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)