SA-MP Forums Archive
[ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - 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)
+--- Thread: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' (/showthread.php?tid=76472)

Pages: 1 2


[ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - bugsy94 - 04.05.2009

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:






Re: [ FS / MAP] Admin Islan by cRaShEr [bugsy94] 'AOC' - Weirdosport - 04.05.2009

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.


Re: [ FS / MAP] Admin Islan by cRaShEr [bugsy94] 'AOC' - jekkmoeder - 04.05.2009

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


Re: [ FS / MAP] Admin Islan by cRaShEr [bugsy94] 'AOC' - jekkmoeder - 04.05.2009

but where is it


Re: [ FS / MAP] Admin Islan by cRaShEr [bugsy94] 'AOC' - NtCat - 04.05.2009

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.


Re: [ FS / MAP] Admin Islan by cRaShEr [bugsy94] 'AOC' - bugsy94 - 04.05.2009

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


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - Weirdosport - 04.05.2009

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!


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - achraf - 05.05.2009

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


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - DarkClone - 05.05.2009

wow this is so cool


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - bugsy94 - 05.05.2009

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.


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - Weirdosport - 05.05.2009

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]);
}



Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - bugsy94 - 05.05.2009

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


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - achraf - 05.05.2009

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


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - bugsy94 - 05.05.2009

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


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - [BFN]Stunter - 05.05.2009

very c00l man! Good Work!


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - RBOY - 16.05.2009

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


Re: [ FS / MAP] Admin Islan by cRaShEr [bugsy94] 'AOC' - Nsorrow - 23.05.2009

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


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - Orpheus255 - 29.05.2009

moc moc pekne, hned vyskusam


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - Sajtos - 29.05.2009

very nice song?


Re: [ FS / MAP] Admin Island by cRaShEr [bugsy94] 'AOC' - Joruz_Tellino - 13.06.2009

WOW! Nice thanks! using it now