Show CP after CP
#2

PHP код:
new Checkpoint[MAX_PLAYERS];
public 
OnPlayerEnterDynamicCP(playeirdcheckpointid)
{
    
    if(
checkpointid == CheckpointDriver[0]) // Checks if the checkpointid equals to Checkpoint[0]
    

        if(
Checkpoint[playerid] == 0)
        {
        
SCM(playerid, -1"Good job!");
        
Checkpoint[playerid] = 1;
        
ShowPlayerCP............. // line that showing a CheckpointDriver[1]
        
}  
    }
    if(
checkpointid == CheckpointDriver[1]) // Checks if the checkpointid equals to Checkpoint[1]
    
{
        if(
Checkpoint[playerid] == 1)
        {
        
SendClientMessage(playerid0xFFFFFFFF"This is \"Checkpoint[1]\"");
        
GivePlayerMoney(playerid, + 200);
        }
    }
    return 
1;

I'm no good at Checkpoints, but it should work
Reply


Messages In This Thread
Show CP after CP - by Mey6155 - 18.05.2014, 14:42
Re: Show CP after CP - by rumen98 - 18.05.2014, 14:47
Re: Show CP after CP - by ZachKnoxx - 18.05.2014, 14:50
Re: Show CP after CP - by rumen98 - 18.05.2014, 14:54
Re: Show CP after CP - by Mey6155 - 18.05.2014, 15:42
Re: Show CP after CP - by rumen98 - 18.05.2014, 15:48
Re: Show CP after CP - by Mey6155 - 19.05.2014, 13:34
Re: Show CP after CP - by Mey6155 - 19.05.2014, 15:11
Re: Show CP after CP - by Mey6155 - 19.05.2014, 16:37
Re: Show CP after CP - by JFF - 19.05.2014, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)