[HELP]Problem With CheckPoints
#4

After taking a quick look at your code, and reading your ~symptoms~

Streamed checkpoints still appear one at a time.
I notice you have DestroyDynamicCheckpoint(playerid) in your script, this is not correct. You need to assign a variable with the checkpoint ID, and use that ID to identify the checkpoint you want to destroy
pawn Код:
new check = CreateDynamicCheckpoint( ... <insert parameters here > ... );
DestroyDynamicCheckpoint(check);
Reply


Messages In This Thread
[HELP]Problem With CheckPoints - by W-P - 18.12.2010, 14:36
Re: [HELP]Problem With CheckPoints - by WillyP - 18.12.2010, 14:37
Re: [HELP]Problem With CheckPoints - by W-P - 18.12.2010, 21:52
Re: [HELP]Problem With CheckPoints - by Rachael - 18.12.2010, 22:07
Re: [HELP]Problem With CheckPoints - by W-P - 19.12.2010, 04:30

Forum Jump:


Users browsing this thread: 2 Guest(s)