Quote:
Originally Posted by [NWD]Tweener_
O que ele quer saber й como fazer isso. Usa isso aqui:
pawn Код:
public OnPlayerKeyStateChange (playerid,newkeys,oldkeys ){ if(newkeys == 16 && GetPlayerState (playerid ) == PLAYER_STATE_ONFOOT )//Coloque aqui a tecla: https://sampwiki.blast.hk/wiki/GetPlayerKeys { OnPlayerCommandText (playerid, "CMDAQUI"); //Coloque aqui o comando que a tecla definida acima irб substituir OnPlayerCommandText (playerid, "CMDAQUI"); //Coloque aqui o comando que a tecla definida acima irб substituir }
|
no caso ao inves de vc usar um comando vc pode jogar direto para a public...
depende do sistema que vc usa ^^