[FS/MAP] Swimming Pool
#21

Daym Thats the Best Map ive seen very creative. Very Good 100000/1000000

Reply
#22

OOOH MY GOD I LOVE IT

10/10
[sorry about caps]
Reply
#23

it's very good. use my server thanks
Reply
#24

Thank you all.
Reply
#25

omg very nice
Reply
#26

Awesome. Thanks.
Reply
#27

I don't see the stuff you put when I enter the stadium :S
Only some floating arrows lol
Reply
#28

Quote:
Originally Posted by KillermanGR
I don't see the stuff you put when I enter the stadium :S
Only some floating arrows lol
when you type /sp you get teleported to a place with some houses so you have to enter One of them who has pickup ...
Reply
#29

I enter the one with the arrow and when I enter it teleports me to the LS beach and I only see floating arrows >.>
Maybe I'm missing the objects?
Reply
#30

I cant say anything about this map, only 10/10 O_O Awesome
Reply
#31

how to install pastebin
Reply
#32

I have only one objection. That is just to change place of SP
From here: /imageshack/i/samp106u.png/ To somewhere else where we wont see it
like here in this case /imageshack/i/samp107al.png/

Because we can see it like that, and that is pretty fu***d up. So change place of it pls
Reply
#33

Quote:
Originally Posted by pykin9600
Посмотреть сообщение
how to install pastebin
go to the pastebin site click on download then open copie it and paste it in pawno and compile it
Reply
#34

Nice on‌e =)
Reply
#35

Nice one 8/10
Reply
#36

Nice work
Terminator
Reply
#37

Why doesn't this work with a object streamer? D:


EDIT:
Works like this:
pawn Код:
forward MapLoading(playerid);
forward MapLoaded(playerid);

public MapLoading(playerid)
{
    GameTextForPlayer(playerid, "~r~Please wait 3 seconds to load the map!", 3000, 5);
    TogglePlayerControllable(playerid, 0);
    SetTimerEx("MapLoaded", 3000, 0, "d", playerid);
}

public MapLoaded(playerid)
{
    GameTextForPlayer(playerid, "~g~Map loaded!", 2000, 5);
    TogglePlayerControllable(playerid, 1);
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == enterb)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,575.7503,-2046.9207,16.1670);
    }
    if(pickupid == exitb)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,2483.1611,1526.7001,11.3387);
    }
    if(pickupid == entersp)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,559.4380,-2092.8203,2.67120);
    }
    if(pickupid == exitsp)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,561.7214,-2033.8285,16.1670);
    }
    if(pickupid == entersauna)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,527.8544,-2082.4460,17.2253);
    }
    if(pickupid == exitsauna)
    {
        MapLoading(playerid);
        SetPlayerPos(playerid,570.3227,-2093.3599,2.6448);
    }
    if(pickupid == bigjump)
    {
        SetPlayerPos(playerid,578.5896,-2194.7065,7.1380);
    }
    if(pickupid == anim)
    {
        ApplyAnimation(playerid,"DAM_JUMP","DAM_LAUNCH",2,0,1,1,0,0);
    }
    return 1;
}
Reply
#38

Very Good! 10/10!
Reply
#39

cooooooooooool
Reply
#40

WoW you sure took a close look at real swimming pools i'd love to take a swim there
and i dont even like swimming
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)