Checkpoint extinction
#2

PHP код:
CreateDynamicCP(Float:xFloat:yFloat:zFloat:sizeworldid = -1interiorid = -1playerid = -1Float:streamdistance 100.0);
TestCP CreateDynamicCP(0.00.010.03.0);
public 
OnPlayerEnterDynamicCP(playeridcheckpointid)
{
    if(
checkpointid == TestCP)
    {
      
//Code
        
SendClientMessage(playeridCOLOR_WHITE"You have entered TestCP.");
    }
}
public 
OnPlayerExitDynamicCP(playeridcheckpointid)
{
    if(
checkpointid == TestCP)
    {
       
//Code
        
SendClientMessage(playeridCOLOR_WHITE"You have exited TestCP.");
    }

Best You Use dynamiccp
Reply


Messages In This Thread
Checkpoint extinction - by pLamenT - 26.03.2016, 18:31
Re: Checkpoint extinction - by Joron - 26.03.2016, 18:37
Re: Checkpoint extinction - by pLamenT - 26.03.2016, 18:41
Re: Checkpoint extinction - by Joron - 26.03.2016, 18:42
Re: Checkpoint extinction - by pLamenT - 26.03.2016, 19:52

Forum Jump:


Users browsing this thread: 3 Guest(s)