How to start off? - 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)
+--- Thread: How to start off? (
/showthread.php?tid=335755)
How to start off? -
HazardGaming - 19.04.2012
Hello,
I want to know how I would set a player in an interior for a around 10 - 15 seconds, then TP them to another interior, Can anyone help?
Also,
How do I start off by making a /setadminlevel command using Y_INI?
Thanks.
Re: How to start off? -
MeDaKewlDude - 19.04.2012
for the first thing, you would need to use the functon SetPlayerInterior(playerid,interior) . set a timer, then use SetPlayerPos(playerid,float: x,float:y,float:z) and SetPlayerInterior(playerid,interior).
this is a help forum. not a make a script on demand forum. please atleast read the rules before posting.
Re: How to start off? -
HazardGaming - 19.04.2012
Quote:
Originally Posted by MeDaKewlDude
for the first thing, you would need to use the functon SetPlayerInterior(playerid,interior) . set a timer, then use SetPlayerPos(playerid,float: x,float:y,float:z) and SetPlayerInterior(playerid,interior).
this is a help forum. not a make a script on demand forum. please atleast read the rules before posting.
|
Ok thank you.
And read it again..
I said "how would I start off".