SA-MP Forums Archive
[FilterScript] [FS]Spawn Protection - 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: [FilterScript] [FS]Spawn Protection (/showthread.php?tid=137642)

Pages: 1 2


Re: [FS]Spawn Protection - DevilRP - 25.05.2010

Dude, use
Код:
www.pastebin.com



Re: [FS]Spawn Protection - Ya$N - 25.05.2010

cool


Re: [FS]Spawn Protection - DevilRP - 27.05.2010




Re: [FS]Spawn Protection - Johny_James - 22.07.2010

it says page not found...


Respuesta: [FS]Spawn Protection - Adriano499 - 22.07.2010

Nice!!!


Re: [FS]Spawn Protection - Chrillzen - 23.07.2010

New link please


Re: [FS]Spawn Protection - hossienabdalaziz - 23.07.2010

Sorry Not Working
It Is In Download Unknow One
Sorry
Failed



Re: [FS]Spawn Protection - Shadow_Gengar - 24.07.2010

Download down.


Re: [FS]Spawn Protection - OldDirtyBastard - 03.08.2010

hmm im gonna need this...
get it on pastebin please, uploadsFFS is like an upload for 5 mins...


Re: [FS]Spawn Protection - NitroSWA - 03.08.2010

euhm,
uploadffs is down :\
let me check if i still got the script and paste the link.


Re: [FS]Spawn Protection - The Pro - 22.05.2011

download link doesnt work. plz make a new download link


Re: [FS]Spawn Protection - Kerlan - 12.09.2011

Broken link!!


Re: [FS]Spawn Protection - Sasino97 - 12.09.2011

Quote:
Originally Posted by The Pro
Посмотреть сообщение
download link doesnt work. plz make a new download link
Quote:
Originally Posted by BlueSky®
Посмотреть сообщение
Link Death....
Quote:
Originally Posted by panther74
Посмотреть сообщение
the link is dead
Quote:
Originally Posted by BurningSWA
Посмотреть сообщение
I have the same problem with other pages,the website i used (www.uploadffs.com) is dead.

ill search for a new website
Quote:
Originally Posted by caldaia
Посмотреть сообщение
link died...rehost pls...
Quote:
Originally Posted by wr4h4ck
Посмотреть сообщение
Add New Link Please
Quote:
Originally Posted by DevilRP
Посмотреть сообщение
Dude, use
Quote:
Originally Posted by Johny_James
Посмотреть сообщение
it says page not found...
Quote:
Originally Posted by Chrillzen
Посмотреть сообщение
New link please
Quote:
Originally Posted by Shadow_Gengar
Посмотреть сообщение
Download down.
Quote:
Originally Posted by OldDirtyBastard
Посмотреть сообщение
hmm im gonna need this...
get it on pastebin please, uploadsFFS is like an upload for 5 mins...
Quote:
Originally Posted by NitroSWA
Посмотреть сообщение
euhm,
uploadffs is down :\
let me check if i still got the script and paste the link.
Quote:
Originally Posted by Djalo
Посмотреть сообщение
Can someone Reupload ?
Quote:
Originally Posted by RichyW12
Посмотреть сообщение
Link down.. :/
Quote:
Originally Posted by James124
Посмотреть сообщение
Omg Dont use Serverffs To upload files ! they Disappear Quickly ! use pastebin always !
Quote:
Originally Posted by lDarkeen
Посмотреть сообщение
link dead
Quote:
Originally Posted by Den_Deluxe
Посмотреть сообщение
THEY KILLED LINK!!!!!LINK IS DEAD!
Quote:
Originally Posted by Xizen
Посмотреть сообщение
damn it
Quote:
Originally Posted by OleKristian95
Посмотреть сообщение
Download link doesn't work.
Quote:
Originally Posted by Xtreme_playa
Посмотреть сообщение
Always upload on solidfiles thts the best online file upload provider ! Rest all suck ! !
I'll try to rewrite it because the Link seems to be broken

pawn Код:
#include <a_samp>

forward ResetHealth(playerid);
new Text3D:PlayerText[MAX_PLAYERS];

public OnPlayerSpawn(playerid)
{
    SetPlayerHealth(playerid, 1000.0);
    SetTimerEx("ResetHealth", 10000, false, "i", playerid);
    PlayerText[playerid] = Create3DTextLabel("Protected", 0xFF0000FF, 0.0, 0.0, 0.0, 20.0, 0, 0);
    Attach3DTextLabelToPlayer(PlayerText[playerid], playerid, 0.0, 0.0, 3.0);
    return 1;
}

public ResetHealth(playerid)
{
    SetPlayerHealth(playerid, 100.0);
    Delete3DTextLabel(PlayerText[playerid]);
    return 0;
}
Should work good. Tell me if I made a mistake.

Код:
You have included 21 images in your message. You are limited to using 20 images so please go back and correct the problem and then continue again. 

Images include use of smilies, the BB code [img] tag and HTML <img> tags. The use of these is all subject to them being enabled by the administrator.
OMG I think too much Quotes. I removed some


Re: [FS]Spawn Protection - Kaperstone - 12.09.2011

Quote:
Originally Posted by Kerlan
Посмотреть сообщение
Broken link!!
dude,did you bumped an old FS for so simple script?
if you want so easy scripts you can ask it on Scripting Disccusions


Re : [FS]Spawn Protection - mehdi-jumper - 18.11.2011

Can I have the link plz?