[Map] A secret hidden prison - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (
https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] A secret hidden prison (
/showthread.php?tid=350573)
A secret hidden prison -
JakeMiller - 13.06.2012
This is a hidden island prison
Screenshot
All comments are appreciated (good or bad)
If you need a teleport command to the prison , then use this : -
Quote:
forward Unfreeze(playerid);
if(strcmp("/jail",cmdtext,true,5) == 0)
{
SetPlayerPos(playerid,1459.9524,-2593.2859,13.719;
SetPlayerInterior(playerid,0);
TogglePlayerControllable(playerid,0);
SetTimer("Unfreeze",3000,false);
return 1;
}
public Unfreeze(playerid)
{
TogglePlayerControllable(playerid,1);
}
|
Download
AMX File
http://www.solidfiles.com/d/CSx5/
PWN File
http://www.solidfiles.com/d/cXFq/
CONTACT ME IF YOU WANT ME TO MAKE FOR YOU A MAP
Jake_McCallister
Re: A secret hidden prison -
Dredd - 13.06.2012
This is not a place to advertise!
Re: A secret hidden prison -
Private200 - 13.06.2012
what is this on the end of the line ?
Quote:
SetPlayerPos(playerid,1459.9524,-2593.2859,13.719
|
Re: A secret hidden prison -
Don_Gambino - 13.06.2012
Nice map man
Re: A secret hidden prison -
davve95 - 13.06.2012
Sounds good but you posted in wrong section post here instead:
http://forum.sa-mp.com/forumdisplay.php?f=17 .
Re: A secret hidden prison -
Spookie98 - 13.06.2012
Pretty basic mappin` but I appreciate that you spent time on creating that pickups and the rest. 8/10
Re: A secret hidden prison -
JakeMiller - 13.06.2012
sorry 4 posting in the wrong place! XD