SA-MP Forums Archive
Race checkpoint streamer? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Race checkpoint streamer? (/showthread.php?tid=129678)



Race checkpoint streamer? - Torran - 23.02.2010

Anyone know a good Race Checkpoint streamer?
And also how would i like:

If a player enters a certain race checkpoint, it deletes that one and adds another up ahead


Re: Race checkpoint streamer? - [WSM]Deadly_Evil - 23.02.2010

CPS by DragSta


Re: Race checkpoint streamer? - deather - 23.02.2010

but i have a problem with those streamers. They show the checkpoint but when i enter them they doesnt carry out the function


Re: Race checkpoint streamer? - [WSM]Deadly_Evil - 23.02.2010

Uhmm... Check this http://forum.sa-mp.com/index.php?topic=127905.0


Re: Race checkpoint streamer? - Torran - 23.02.2010

Quote:
Originally Posted by [GTA
Deadly_Evil ]
Uhmm... Check this http://forum.sa-mp.com/index.php?topic=127905.0
Do you know how i would make it do different things for each checkpoint


Re: Race checkpoint streamer? - [WSM]Deadly_Evil - 23.02.2010

What type of Different things?


Re: Race checkpoint streamer? - Torran - 23.02.2010

Quote:
Originally Posted by [GTA
Deadly_Evil ]
What type of Different things?
Well if a player enters one checkpoint it set his skin and give him money and score,
But if he enters another checkpoint it will just set his skin and nothing else,

How would i do that


Re: Race checkpoint streamer? - [WSM]Deadly_Evil - 23.02.2010

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
      GivePlayerMoney(playerid, 5000);
      SetPlayerSkin(playerid, 299);
        SendClientMessage(playerid, ORANGE, "I love Deadly");
    return 1;
}



Re: Race checkpoint streamer? - Torran - 23.02.2010

That dosent help me dude

I have 2 different checkpoints,
I want them 2 checkpoints to do different things,
How would i do that?

I know the callback but how would i get it to recgonize the callback