[HELP] My Checkpoint Streamer isn't doing anything! -
Epic Shower - 25.03.2010
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;
}
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
Rzzr - 25.03.2010
Ask it in the Streamer's topic.
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
Epic Shower - 26.03.2010
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.
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
ruckfules99 - 27.03.2010
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
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
[HiC]TheKiller - 27.03.2010
Read my sig =].
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
Epic Shower - 27.03.2010
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?
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
Epic Shower - 27.03.2010
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.
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
Epic Shower - 04.04.2010
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?
Re: [HELP] My Checkpoint Streamer isn't doing anything! -
Epic Shower - 05.04.2010
bump