08.09.2017, 16:35
Can anybody help me on how I can set the players weapon to fists and make it so they can only use fists?
Thanks in advance.
Thanks in advance.
PHP код:
if(isAlive[playerid] == false)
{
SetPlayerPos(playerid, Deadx[playerid], Deady[playerid], Deadz[playerid]);
SetPlayerInterior(playerid, deadint[playerid]);
SetPlayerVirtualWorld(playerid, deadvw[playerid]);
stopanimAllowed[playerid] = true;
SCM(playerid, COLOR_LIGHTRED, "You're currently brutally wounded. If no-one helps you, you will die. /acceptdeath if you wish to give up.");
TogglePlayerControllable(playerid,1);
SetTimerEx("LoadDeathAnim", 1000, false, "i", playerid);
SetPlayerSkin(playerid, oldskin[playerid]);
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(i, playerid, true);
new string[400];
new holder[400];