SA-MP Forums Archive
Anyone please - 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: Anyone please (/showthread.php?tid=146345)



Anyone please - kujox32 - 06.05.2010

know where I can find a simple /enter /exit system or tut? For buildings/houses or course.


Re: Anyone please - dcmd_crash - 07.05.2010

Try this link.


Re: Anyone please - kujox32 - 07.05.2010

Quote:
Originally Posted by _❼_
Um I did already douche and ya couldn't find anything.


Re: Anyone please - Bcklup - 07.05.2010

Hmmm...
You could create a checkpoint and add like a
"onintmarker[playerid]=1;" in OnPlayerEnterCheckpoint

and a "onintmarker[playerid]=0;" in OnPlayerExitCheckpoint
and make a "/enter" and "/exit" cmd where you need to be in a Marker


Re: Anyone please - kujox32 - 07.05.2010

Quote:
Originally Posted by Bcklup
Hmmm...
You could create a checkpoint and add like a
"onintmarker[playerid]=1;" in OnPlayerEnterCheckpoint

and a "onintmarker[playerid]=0;" in OnPlayerExitCheckpoint
and make a "/enter" and "/exit" cmd where you need to be in a Marker
Hmm thanks for that


Re: Anyone please - Bcklup - 07.05.2010

Quote:
Originally Posted by kujox32
Quote:
Originally Posted by Bcklup
Hmmm...
You could create a checkpoint and add like a
"onintmarker[playerid]=1;" in OnPlayerEnterCheckpoint

and a "onintmarker[playerid]=0;" in OnPlayerExitCheckpoint
and make a "/enter" and "/exit" cmd where you need to be in a Marker
Hmm thanks for that
It will only be good if you will only use 1-3 of those because having more can have a easier process of making(unluckily i'm still finding how that process is )