Show CP after CP
#1

pawn Код:
public OnPlayerEnterDynamicCP(playeird, checkpointid)
{
    if(checkpointid == CheckpointDriver[0]) // Checks if the checkpointid equals to Checkpoint[0]
    {
        SCM(playerid, -1, "Good job!");
    }
    if(checkpointid == CheckpointDriver[1]) // Checks if the checkpointid equals to Checkpoint[1]
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "This is \"Checkpoint[1]\"");
        GivePlayerMoney(playerid, + 200);
    }
    return 1;
}
How can i show [1], if I entered 0?
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)