SA-MP Forums Archive
Checkpoint problem [HELP] - 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 problem [HELP] (/showthread.php?tid=232281)



Checkpoint problem [HELP] - Lumixa - 27.02.2011

hi ppl, i have 1 problem about checkpoint i want to create job like worker i made 50% of script but when i set 1 checkpoint i want another one to but when i set 2nd checkpoint i cant see that checkpoint sry for bad english look at pic and you will guess what i want to do.

on compile no errors




Re: Checkpoint problem [HELP] - Lethaal - 27.02.2011

it doesnt work like that!!


use incognitos streamer because you can only have 1checkpoint at a time


Re: Checkpoint problem [HELP] - Lumixa - 27.02.2011

aaa ok i will try thx


Re: Checkpoint problem [HELP] - Lumixa - 27.02.2011

dont work i have created this check with streamer: Checkpoint2 = CreateDynamicCP(-74.3433,-1600.7124,2.6172,114.4277,0,0,playerid,2); Compile no errors but nothing in game

---------
can some1 make example on this coord -74.3433,-1600.7124,2.6172,114.4277


Re: Checkpoint problem [HELP] - Lumixa - 27.02.2011

any help?


Re: Checkpoint problem [HELP] - Stigg - 27.02.2011

Quote:
Originally Posted by Lumixa
Посмотреть сообщение
hi ppl, i have 1 problem about checkpoint i want to create job like worker i made 50% of script but when i set 1 checkpoint i want another one to but when i set 2nd checkpoint i cant see that checkpoint sry for bad english look at pic and you will guess what i want to do.

on compile no errors

You can only have 1
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
in your gamemode. Thats you first problem.


Re: Checkpoint problem [HELP] - Lumixa - 27.02.2011

ok thx