[Map] [MAP] Paradise Island - 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] [MAP] Paradise Island (
/showthread.php?tid=79263)
[MAP] Paradise Island -
BP13 - 27.05.2009
Hello This map is made 100% by me [SU]BP13 Enjoy!
These Objects are setup for xStreamer (needs a streamer!) 355 Objects.
GTA:SA:MP
(sorry for sound quality, I am on a bike you know :P)
View Code Here:
http://bastuntuniverse.webs.com/paradise%20island.txt
Thanks! Hope you enjoy it!
And Almost Forgot:
Teleport:
Код:
if(strcmp(cmdtext,"/paraisland",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid, "~w~Welcome To Paradise Island! By [SU]BP13 ~G~", 5000, 5);
return SetVehiclePos(vehicleid,1416.2490,-2672.3174,13.5469);
}
SetPlayerPos(playerid,1416.2490,-2672.3174,13.5469);
GameTextForPlayer(playerid, "~w~Welcome To Paradise Island! By [SU]BP13 ~G~", 5000, 5);
return 1;
}
Also Try My Filter Script! (Not Tested Yet Post Below If It Works!)
http://rapidshare.com/files/23793466...ise_Island.zip
http://www.megaupload.com/?d=N281I8NU
(NOTE: This AMX/PWN has been created for abru)
Re: [MAP] Paradise Island -
Correlli - 27.05.2009
It looks nice! How much time did you spent on it?
Re: [MAP] Paradise Island -
BP13 - 27.05.2009
3 or 4 days
Re: [MAP] Paradise Island -
SergiKirov - 27.05.2009
wow... this is really good! great job!
Re: [MAP] Paradise Island -
BP13 - 27.05.2009
thanks. And report ANY bugs so I can perfect it!
Re: [MAP] Paradise Island -
grimmy149 - 27.05.2009
Just tested it, awsome.
Re: [MAP] Paradise Island -
v0nz - 27.05.2009
Nice and big and clean.. yes...... thats what she said.
Re: [MAP] Paradise Island -
Abernethy - 27.05.2009
Reminds me of
Vice City ..
Re: [MAP] Paradise Island -
abru - 27.05.2009
can u give a link for the Pawn or amx ?
im not good with that so i just need the files!
thanx
it look's pretty nice
Re: [MAP] Paradise Island -
BP13 - 27.05.2009
Quote:
Originally Posted by abru
can u give a link for the Pawn or amx ?
im not good with that so i just need the files!
thanx
it look's pretty nice 
|
Well there is no AMX cause this is not a FS. and the code posted is basically the Pawn. Well let me try to make a FS just for you.