05.01.2014, 20:02
entonce es lo que te dije, con la funcion CallLocalFunction lo puedes hacer.
pawn Код:
if(newkeys & KEY_SECONDARY_ATTACK)
{
CallLocalFunction("OnPlayerCommandText", "is", playerid, "/entrar");
}
pawn Код:
if(newkeys & KEY_SECONDARY_ATTACK)
{
CallLocalFunction("OnPlayerCommandText", "is", playerid, "/salir");
}