Warnings al poner comandos usados con teclas
#4

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{

    if(newkeys == KEY_SECONDARY_ATTACK)
    {
        CallLocalFunction("OnPlayerCommandText", "is", playerid, "/enter");
        CallLocalFunction("OnPlayerCommandText", "is", playerid, "/salir");
        return 1;
    }
   
    return 1;
}
Reply


Messages In This Thread
Warnings al poner comandos usados con teclas - by Waashaa - 17.01.2014, 20:10
Respuesta: Warnings al poner comandos usados con teclas - by OTACON - 17.01.2014, 20:18
Re: Respuesta: Warnings al poner comandos usados con teclas - by Waashaa - 17.01.2014, 20:37
Respuesta: Warnings al poner comandos usados con teclas - by OTACON - 17.01.2014, 20:45
Re: Respuesta: Warnings al poner comandos usados con teclas - by Waashaa - 17.01.2014, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)