SA-MP Forums Archive
CheckPoint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: CheckPoint (/showthread.php?tid=198009)



CheckPoint - Ivica_Razor - 10.12.2010

I made a CP, but the size of a moose, about how they were set up as "SIZE" and now they are just like small, how to solve it?
PICS:
http://slike.hr/slike/s/samp20061211002718_98bab.jpg


Re: CheckPoint - Hal - 11.12.2010

What the fuck. That made NO SENSE.
If you aren't english, post in your respective international board (if its there)


Re: CheckPoint - Ivica_Razor - 11.12.2010

So I corrected the mistakes


Re: CheckPoint - iggy1 - 11.12.2010

Check this link and look for the size parameter.
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
Your first post still doesn't make sense a moose is an animal and comes in different sizes lol.


Re: CheckPoint - Ivica_Razor - 11.12.2010

Quote:
Originally Posted by iggy1
Посмотреть сообщение
Check this link and look for the size parameter.
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
Your first post still doesn't make sense a moose is an animal and comes in different sizes lol.
omg look this:
Код:
SetPlayerCheckpoint(playerid, -415.4362,-1367.9500,23.7354,7.0);
//SetPlayerCheckpoint(playerid, X,Y,Z,SIZE);



Re: CheckPoint - Ivica_Razor - 11.12.2010

I am, and yet is so small


Re: CheckPoint - Ivica_Razor - 11.12.2010

Код:
if(bus[playerid] == 1)
		{
			TogglePlayerControllable(playerid, 0);
			PlayerCuffed[playerid] = 1;
			PlayerCuffedTime[playerid] = 6;
        	        DisablePlayerCheckpoint(playerid);
        		SetPlayerCheckpoint(playerid, 1823.8164, -1711.8701, 13.5341,20.0);
        		bus[playerid] = 2;
        		GameTextForPlayer(playerid, "~g~10$", 5000, 1);
        		GivePlayerMoney(playerid, 20);
        		TextDrawShowForPlayer(playerid,Text:Textdraw0);
			SetTimer("Mozetekrenuti", 5000, 0);
			SetTimer("sve", 6000, 0);
Код:
SetPlayerCheckpoint(playerid, 1823.8164, -1711.8701, 13.5341,20.0);