[HELP] My Checkpoint Streamer isn't doing anything!
#1

Hello i have recently downloaded DragSta checkpoint streamer.
I have read the topic about hes streamer and did everything it was asked.
And still the checkpoint streamer isn't working
This is what i did :
Код:
new cp1;

public OnPlayerEnterCheckpoint(playerid)
{
	CheckpointCheck(playerid);
	return 1;
}
public OnGameModeInit()
{
	StartSystem();
	cp1 = CreateCheckpoint(-1, 1627.4449, 637.8243, 10.8203, 3.0,40.0); //-1 = all players
	return 1;
}
public OnPlayerConnect(playerid)
{
	ClearVars(playerid);
	SyncCheckpoints(playerid);
	return 1;
}
public OnPlayerEnterStreamedCheckpoint(playerid, streamid)
{
	if(streamid == cp1)
  	{
	SendClientMessage(playerid, COLOR_WHITE, "You walk into the checkpoint and you get teleported to a farm.");
	SetPlayerPos(playerid, 1524.4906, 9.6358, 24.1406);
	return 1;
  	}
  return 1;
}
Reply
#2

Ask it in the Streamer's topic.
Reply
#3

Quote:
Originally Posted by LowCo.
Ask it in the Streamer's topic.
I've tryed that.
Why you think i created this topic
If you can't help don't post please.
Reply
#4

Something i'd like to tell you....


I used that streamer at first and it was terrible, It did not do what i needed it to and some times it didnt even work.


Then i switched to the streamer plugin. Easiest, and best streamer out there
Reply
#5

Read my sig =].
Reply
#6

Quote:
Originally Posted by [HiC
TheKiller ]
Read my sig =].
Ok, but before i do that i must know wich checkpoint streamer you teaching people how to use?
Because theres no include attached, is that tutorial for this one?
Reply
#7

Quote:
Originally Posted by ruckfules99
Something i'd like to tell you....


I used that streamer at first and it was terrible, It did not do what i needed it to and some times it didnt even work.


Then i switched to the streamer plugin. Easiest, and best streamer out there
I'm looking for just a checkpoint streamer, not for an all in one streamer.
Reply
#8

Ok, i have fixed the problem with the [Hic]TheKiller TUT and made my own streamer.
But, it seems that i can't get the checkpoint to be destroyed once a player goes in it.
Any help?
Reply
#9

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)