Checkpoint extinction
#3

Quote:
Originally Posted by Joron
Посмотреть сообщение
PHP код:
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
now what may have bugs in my code now at
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: 2 Guest(s)