SA-MP Forums Archive
Another question. - 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: Another question. (/showthread.php?tid=254368)



Another question. - Cjgogo - 10.05.2011

How to add checkpoints inside a shop(this can be found hard on ****** really now so please help me,I'm using Incognito's streamer).And else byt his you can also help me by telling me how to teleport inside a house.


Re: Another question. - Daddy Yankee - 10.05.2011

Код:
CreateDynamicCP(x, y, z, size, vw, interiorid, playerid, 100.0);



Re: Another question. - Cjgogo - 11.05.2011

more exactly please I mean do i replace interior id world id and playerid with something?


Re: Another question. - Cjgogo - 11.05.2011

more exaclty pls?


Re: Another question. - Sasino97 - 11.05.2011

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
more exaclty pls?
All the arguments must be replaced:

CreateDynamicCP(x, y, z, size, vw, interiorid, playerid, streamdistance);


X, Y, Z: The coordinates of the place (Find it on sa-mp wiki etc..)
size: Normal size is 2.0
vw: Put -1
Interiorid: The interior: 0 = Outside. For other IDs go to wiki
player: The id of player wich sees the checkpoint. If it's for all players use -1
stream dist: Default 100.0 to 300.0