Race checkpoint streamer?
#1

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
Reply
#2

CPS by DragSta
Reply
#3

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

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

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
Reply
#6

What type of Different things?
Reply
#7

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
Reply
#8

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

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)