26.08.2010, 01:23
(
Последний раз редактировалось KingstoN*; 26.08.2010 в 03:17.
)
@Sergei
it works !!
Thank You Very Much !!
Edit:
it's possible with ZCMD?
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if((newkeys == 128 ))
{
OnPlayerCommandText(playerid, "/engine");
}
}
this command is not in OnPlayerCommandText and is in CMD:engine...
is possible make it with ZCMD?
it works !!
Thank You Very Much !!
Edit:
it's possible with ZCMD?
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if((newkeys == 128 ))
{
OnPlayerCommandText(playerid, "/engine");
}
}
this command is not in OnPlayerCommandText and is in CMD:engine...
is possible make it with ZCMD?