[AJUDA]Como colocar portao das hq's....
#2

PHP код:
forward Fechar();

public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys == KEY_HANDBRAKE)
    {
        if(
IsPlayerInRangeOfPoint(playerid10XYZ)) 
        { 
            
MoveObject(objectXYZ);
            
SetTimer("Fechar"10000false);
        }
    }
    return 
1;
}

public 
Fechar()
    return 
MoveObject(objectXYZ); 
Reply


Messages In This Thread
[AJUDA]Como colocar portao das hq's.... - by Thii - 28.06.2011, 20:36
Re: [AJUDA]Como colocar portao das hq's.... - by Shadoww5 - 28.06.2011, 20:44
Re: [AJUDA]Como colocar portao das hq's.... - by DreyPT - 28.06.2011, 21:26
Re: [AJUDA]Como colocar portao das hq's.... - by Dark.Angel - 28.06.2011, 21:29
Re: [AJUDA]Como colocar portao das hq's.... - by DreyPT - 28.06.2011, 21:31
Re: [AJUDA]Como colocar portao das hq's.... - by Shadoww5 - 28.06.2011, 21:34
Re: [AJUDA]Como colocar portao das hq's.... - by Ricop522 - 29.06.2011, 02:13

Forum Jump:


Users browsing this thread: 3 Guest(s)