left alt for robbery
#2

You can use this
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(IsPlayerInRangeOfPoint(playerid,4.0,0,0,0))// Add here the checkpoint x,y,z cords
    {
        if(newkeys == KEY_WALK)//Thats for the left alt
        {
            //add Rob code here
        }
    }
    return 1;
}
Reply


Messages In This Thread
left alt for robbery - by CROSS_Hunter - 16.08.2012, 22:55
Re: left alt for robbery - by Gangster-rocks - 16.08.2012, 23:29
Re: left alt for robbery - by CROSS_Hunter - 16.08.2012, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)