public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){ if ((newkeys==16)) { OnPlayerCommandText(playerid,"/stopani"); } return 0;}