[Pedido] Comando /bloqueararmas
#4

Quote:
Originally Posted by dimy
Посмотреть сообщение
tem que botar alguma coisa na OnPlayerUpdate pra retirar a arma caso ele esteja com uma
Nгo recomendo usar OnPlayerUpdate o mais aconselhбvel й criar um Timer no OnGameModeInit para verificar a cada 1 segundo exemplo:

PHP код:

//OnGameModeInit
SetTimer("Verificar"1000true); //1000ms=1 segundo e o "true" para ele repetir.
forward Verificar(playerid);
public 
Verificar(playerid){
    if(
ArmasBloqueadas[playerid] == true){
         
ResetPlayerWeapons(playerid);
    }
    return 
1;

Claro isso й apenas um exemplo, vocк deve adaptar.
Reply


Messages In This Thread
Comando /bloqueararmas - by yFrank - 16.09.2018, 18:49
Re: Comando /bloqueararmas - by NelsonC - 16.09.2018, 19:07
Re: Comando /bloqueararmas - by dimy - 20.09.2018, 15:49
Re: Comando /bloqueararmas - by Malandrin - 20.09.2018, 16:26
Re: Comando /bloqueararmas - by Luiiiz - 21.09.2018, 21:30
Re: Comando /bloqueararmas - by Malandrin - 21.09.2018, 21:57

Forum Jump:


Users browsing this thread: 1 Guest(s)