04.08.2010, 18:13
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
}