Quote:
Originally Posted by kratty
ve se isso funciona cara:
PHP код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(PlayerInfo[playerid][pTrampo] == 1)
{
if(newstate & GetPlayerWeapon(playerid) != 0) ResetPlayerWeapons(playerid);
}
return 1;
}
|
ele quer que nгo tire as armas, e ai vocк esta colocando para retirar, estou certo?