SA-MP Forums Archive
Checkpoint Streamer shows only for 1 player - 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 Streamer shows only for 1 player (/showthread.php?tid=190305)



Checkpoint Streamer shows only for 1 player - Kitten - 14.11.2010

Solved


Re: Checkpoint Streamer shows only for 1 player - willsuckformoney - 14.11.2010

Players world 0? interior 0? Is the player near the CP ?


Re: Checkpoint Streamer shows only for 1 player - Kitten - 14.11.2010

Solved


Re: Checkpoint Streamer shows only for 1 player - Cameltoe - 14.11.2010

Quote:
Originally Posted by Kitten
View Post
pawn Code:
RandomWeaponCP = CreateDynamicCP(2029.7983,1359.8551,10.8203, 5.0,0,-1, 0,100.0);
BUYMENU = CreateDynamicCP(2029.6256,1329.9008,10.8203,5.0,0,0,0,100.0);
PanicCP = CreateDynamicCP(Float:x, Float:y, Float:z, 5.0,0,0, -1, 999999.9);
Im using iconginto streamer but it only shows for 1 player for a example

theres 100 players in server

out of that 100 it will only show to 1 any ideas?
CreateDynamicCP(x, y, z, size, -1, -1, -1, 100); Show to everyone in every world and every interior.


Re: Checkpoint Streamer shows only for 1 player - Kitten - 14.11.2010

Quote:
Originally Posted by Cameltoe
View Post
CreateDynamicCP(x, y, z, size, -1, -1, -1, 100); Show to everyone in every world and every interior.
Thanks Cameltoe i feel like a idiot =P


Re: Checkpoint Streamer shows only for 1 player - willsuckformoney - 14.11.2010

Where do you have the checkpoints created at?


Re: Checkpoint Streamer shows only for 1 player - Kitten - 14.11.2010

Solved


Re: Checkpoint Streamer shows only for 1 player - Cameltoe - 14.11.2010

Quote:
Originally Posted by Kitten
View Post
Thanks Cameltoe i feel like a idiot =P
Don't mind x) A little trick: Type the function and the parameters shows up after an small amount of time, good luck

like this:
pawn Code:
FunctionName(
idle until the parameters shows up.