Quote:
Originally Posted by Hellman92
try this
PHP код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if ((newkeys & KEY_SUBMISSION) && !(oldkeys & KEY_SUBMISSION))
{
cmd_engine(playerid, "\1");
}
return 1;
}
|
Nah, still get the animations error, i cant remove them because i would get other errors