29.04.2014, 22:42
How i can do like if the fly is 0, and player press mmb then he will fly, if he already on fly mode he will be stop from flymode, how
pawn Код:
if (newkeys == KEY_LOOK_BEHIND || newkeys == KEY_SUBMISSION)
{
StartFly(playerid);
}