25.05.2010, 22:22
Dude, use
Код:
www.pastebin.com
www.pastebin.com
I have the same problem with other pages,the website i used (www.uploadffs.com) is dead.
ill search for a new website |
Dude, use
Код:
www.pastebin.com |
hmm im gonna need this...
get it on pastebin please, uploadsFFS is like an upload for 5 mins... |
euhm,
uploadffs is down :\ let me check if i still got the script and paste the link. |
Omg Dont use Serverffs To upload files ! they Disappear Quickly ! use pastebin always !
|
Always upload on solidfiles thts the best online file upload provider ! Rest all suck ! !
|
#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;
}
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.