CP functions are executing too fast!
#5

But listen,for this kind of scripts,you better use Pickups!

here is the script:

pawn Код:
new Ammupickup;

public OnGameModeInit()

Ammupickup = CreatePickup(1242, 23, 1503.3359, 1432.3585, 10.1191, -1);

public OnPlayerPickupPickup(playerid, pickupid)
{

    if ( pickupid == Ammupickup )
            {
            ShowMenuForPlayer(wepmenu, playerid);
                TogglePlayerControllable(playerid,0);
                ClearAnimations(playerid);
                SetPlayerFacingAngle(playerid, 178.8904);
                SetCameraBehindPlayer(playerid);
            }
return 1;
}
Reply


Messages In This Thread
CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:23
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:34
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:40
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:42
Re: CP functions are executing too fast! - by SkizzoTrick - 22.11.2010, 17:48
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 17:59
Re: CP functions are executing too fast! - by Hiddos - 22.11.2010, 18:08
Re: CP functions are executing too fast! - by OldDirtyBastard - 22.11.2010, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)