[ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC'
#1

Video:


SA-MP Admin Island by cRaShEr


Commands:

/hangar-open/close garage
/brana-open/close gate
/vchod-open/close entrance
/potopit-get island under water
/vynorit-get island on water

All commands for RCON Admin.



Sorry for my bad English, but I'm from Slovakia(Central Europe).



Download:



Reply
#2

This looks very tidy, I'd normally just ignore things like this having seen the media, but this has made me want to see more... All I can suggest is that you shorten the gate opening commands by using /gate to open and close, or some other form of autogates/pickup gates.

EDIT: You must include the source files in the download, either include the .pwn immediately or face having this topic deleted.
Reply
#3

my friend thats awsome its grate i got no word for it nic job man
Reply
#4

but where is it
Reply
#5

Good map (/FS), crasher. 9/10. Keep up the good work.

jekkmoeder: I think that it is located to the south of LV as you can see in a video.
Reply
#6

oh sry i forgot on .pwn

BTW:is on Los Santos San Maria Beach

EDIT:.pwn is in first post

NtCat od teba som necakal koment
Reply
#7

Looking through the pwn I can only see 5 tabs, INDENT MOAR!!

Also, while having every object assigned it's own variable w/e works, it would be alot tidier to use an array. Then when it came to removing the objects you could use:

pawn Код:
for(new a=0; a<Objects; a++)
{
DestroyObject(a);
}
There, that saved ~ 70 lines didn't it!
Reply
#8

WOW realy realy nice can i make a request =O! ill pm u :O
Reply
#9

wow this is so cool
Reply
#10

Quote:
Originally Posted by Weirdosport
Looking through the pwn I can only see 5 tabs, INDENT MOAR!!

Also, while having every object assigned it's own variable w/e works, it would be alot tidier to use an array. Then when it came to removing the objects you could use:

pawn Код:
for(new a=0; a<Objects; a++)
{
DestroyObject(a);
}
There, that saved ~ 70 lines didn't it!
Thx i used it in my next FS's.
Reply
#11

Here's a proper example, haven't tested but it's adequate..

Not in a callback (global):
pawn Код:
new objects[50]; // Change 50 to suit your number of objects
OnGameModeInit/OnFilterScriptInit
pawn Код:
objects[0] = CreateObject(blah blah poo);
objects[1] = CreateObject(blah blah poo);
...
objects[49] = CreateObject(blah blah poo); //Change 49 to one less than your total objects
OnGameModeExit/OnFilterScriptExit
pawn Код:
for(new a=0; a<50; a++)
{
DestroyObject(objects[a]);
}
Reply
#12

yes in other fs i have new xxx[x]; its better and thx for DestroyObject script i use it
Reply
#13

:P bugs in the .amx you send me the commands dont work :S
Reply
#14

i send you different island not this.you must re-write dcmd commands and number in dcmd(...,number,cmdtext); too
Reply
#15

very c00l man! Good Work!
Reply
#16

/vynorit-get island on water <---- Didnґt works by me
Reply
#17

EDIT: You must include the source files in the download, either include the .pwn immediately or face having this topic deleted.
[/quote]

Wow wtf you dont gotta go so hard on em jeez

and btw very nice script looks cool im gonna try it out
Reply
#18

moc moc pekne, hned vyskusam
Reply
#19

very nice song?
Reply
#20

WOW! Nice thanks! using it now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)