[Include] Simple Checkpoint Streamer
#21

Cmon,sorry for bump,but i need this
Reply
#22

Nice, I'm using this (:
Reply
#23

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;
}
Reply
#24

@ Mozzila
Dude !
Have you tried if statement instead of switch
??
Reply
#25

I AM USING THIS !!!
Great Work !!!!! Works Great!!!
Very happy coz it worked my trains
Reply
#26

It works but, i dont know..
Reply
#27

Hi, i need some help with this. heres the problem i tried everything though.

http://forum.sa-mp.com/index.php?top...8896#msg898896
Reply
#28

Can only take 16 checkpoints (0 - 15)....
fix it now please
Reply
#29

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

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.
Reply
#31

Where i can download this PLUGIN?
LINK PLEASE
Reply
#32

isnt this section for filterscripts?
Reply
#33

I'd appreciate a download link, too. If anybody has it.
Reply
#34

I don't know if you noticed but the download link is working.
Reply
#35

If you are looking for a download link...
http://www.solidfiles.com/d/vogq/CheckpointManager.inc
Reply
#36

Quote:
Originally Posted by Stinged
View Post
I don't know if you noticed but the download link is working.
That's hilarious. There is no download link.


Thanks anyway!
Reply
#37

wrong section
Reply
#38

Quote:
Originally Posted by laser50
View Post
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)