Re: [Include] Simple Checkpoint Streamer -
[XST]O_x - 21.09.2009
Cmon,sorry for bump,but i need this
Re: [Include] Simple Checkpoint Streamer - [03]Garsino - 28.10.2009
Nice, I'm using this (:
Re: [Include] Simple Checkpoint Streamer - [03]Garsino - 28.10.2009
Code:
C:\Users\Alexander\Desktop\0.3 Server\gamemodes\FunServer.pwn(342) : warning 202: number of arguments does not match definition
C:\Users\Alexander\Desktop\0.3 Server\gamemodes\FunServer.pwn(344) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Code:
//Checkpoints define
#define DrivingSchool 1
Code:
//Checkpoint(s)
//SetPlayerCheckpoint(playerid, 4122.1836,-1807.6753,1863.4285, 1.0);
CreateCheckpoint(-1, 1, 4122.1836,-1807.6753,1863.4285, 1.0); //line 342
SetCheckpointInterior(1, 0);
StartCheckpointSeeking(1); //line 344
Code:
public OnCheckpointEnter(playerid, checkpointid){
switch(checkpointid)
{
// BANKS
case DrivingSchool: // The checkpoint ID we specified when we created the checkpoint
{
SetPlayerPos(playerid,-2029.798339,-106.675910,1035.171875);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid, BLUE, "Welcome To The Driving School!");
SendClientMessage(playerid, BLUE, "People Have Been Complaining About Your Driving For Ages..");
SendClientMessage(playerid, BLUE, "Maybe It's Time To Learn How To Drive Now?");
SendClientMessage(playerid, BLUE, "Good Luck!");
}
}
return 1;
}
Re: [Include] Simple Checkpoint Streamer -
DJDhan - 11.12.2009
@ Mozzila
Dude !
Have you tried if statement instead of switch
??
Re: [Include] Simple Checkpoint Streamer -
DJDhan - 11.12.2009
I AM USING THIS !!!
Great Work !!!!!
Works Great!!!
Very happy coz it worked my trains
Re: [Include] Simple Checkpoint Streamer -
Oxside - 26.12.2009
It works but, i dont know..
Re: [Include] Simple Checkpoint Streamer -
[Bm]rap45 - 04.02.2010
Hi, i need some help with this. heres the problem
i tried everything though.
http://forum.sa-mp.com/index.php?top...8896#msg898896
Re: [Include] Simple Checkpoint Streamer - TheInnocentOne - 16.02.2010
Can only take 16 checkpoints (0 - 15)....
fix it now please
Re: [Include] Simple Checkpoint Streamer -
-zriptarusk - 16.02.2010
Quote:
Originally Posted by TheInnocentOne
Can only take 16 checkpoints (0 - 15)....
fix it now please
|
I no longer have San Andreas installed. But, that's weird.. you are the first one complaining about a bug that shouldn't even happen (because of the way the code is written). What version did you download? The one posted in the first topic message, or another one created by someone else?
Best regards,
Prankster
Re: [Include] Simple Checkpoint Streamer - TheInnocentOne - 18.02.2010
Quote:
Originally Posted by [03
Garsino ]
Code:
C:\Users\Alexander\Desktop\0.3 Server\gamemodes\FunServer.pwn(342) : warning 202: number of arguments does not match definition
C:\Users\Alexander\Desktop\0.3 Server\gamemodes\FunServer.pwn(344) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Code:
//Checkpoints define
#define DrivingSchool 1
Code:
//Checkpoint(s)
//SetPlayerCheckpoint(playerid, 4122.1836,-1807.6753,1863.4285, 1.0);
CreateCheckpoint(-1, 1, 4122.1836,-1807.6753,1863.4285, 1.0); //line 342
SetCheckpointInterior(1, 0);
StartCheckpointSeeking(1); //line 344
Code:
public OnCheckpointEnter(playerid, checkpointid){
switch(checkpointid)
{
// BANKS
case DrivingSchool: // The checkpoint ID we specified when we created the checkpoint
{
SetPlayerPos(playerid,-2029.798339,-106.675910,1035.171875);
SetPlayerInterior(playerid,3);
SendClientMessage(playerid, BLUE, "Welcome To The Driving School!");
SendClientMessage(playerid, BLUE, "People Have Been Complaining About Your Driving For Ages..");
SendClientMessage(playerid, BLUE, "Maybe It's Time To Learn How To Drive Now?");
SendClientMessage(playerid, BLUE, "Good Luck!");
}
}
return 1;
}
|
You have the version of the .inc that doesn't include the size parameter. Look further down the thread on page 1 for the new version.
Re: [Include] Simple Checkpoint Streamer -
Stgnature - 27.02.2014
Where i can download this PLUGIN?
LINK PLEASE
Re: [Include] Simple Checkpoint Streamer -
Gnabry - 27.02.2014
isnt this section for filterscripts?
Re: [Include] Simple Checkpoint Streamer -
laser50 - 03.07.2014
I'd appreciate a download link, too. If anybody has it.
Re: [Include] Simple Checkpoint Streamer -
Stinged - 03.07.2014
I don't know if you noticed but the download link is working.
Re: [Include] Simple Checkpoint Streamer -
greentarch - 03.07.2014
If you are looking for a download link...
http://www.solidfiles.com/d/vogq/CheckpointManager.inc
Re: [Include] Simple Checkpoint Streamer -
laser50 - 03.07.2014
Quote:
Originally Posted by Stinged
I don't know if you noticed but the download link is working.
|
That's hilarious. There is no download link.
Thanks anyway!
Re: [Include] Simple Checkpoint Streamer -
KayJ - 04.07.2014
wrong section
Re: [Include] Simple Checkpoint Streamer -
Stinged - 04.07.2014
Quote:
Originally Posted by laser50
That's hilarious. There is no download link.
Thanks anyway!
|
Quote:
Source Download:
Version 0.1.1b
|
Under that there's an image that isn't loading.
If you click it, it'll take you to the download link.