Posted by: Alex554 - 03-30-2018, 08:04 AM - Forum: General Gaming Discussion
- No Replies
hi I am sharing this filterscript its different type of text draw message
check this i have no pictures i am sure you will like it test it and like it thank you
here is code copy and compile it
// ...... ...... ...... ...... ..... ...... .... .. . ....
// . . . . . . . . .... . . . ....
// ...... ... made by Alex_Roy )
// . . . .... . . .... . . . ....
// ...... ...... . . . ..... ...... .... . .. ....
#include <a_samp>
new Text:RandomBox1;
new Text:RandomBox0;
forward ServerMessage();
new Textdraws[][] =
{
/// here you can edit these line as you want///
"~p~ ~w~/t /m /help /rule /credits /cmds",
"~p~ ~w~Can play cops and robbers /minigames",
"~p~ ~w~You Can Inform us About Cheater /report",
"~p~ ~w~If You Want to know Admin list do /admins",
"~p~ ~w~Want To Play Deathmatch do /dm ",
"~p~ ~w~Need Money do stunts and play games /minigames",
"~p~ ~w~If You are Aware Of Rules do /rules",
"~p~ ~w~Wanna Check Out Online Vips List /vips",
"~p~ ~w~Register Is Must /reigster",
"~p~ ~w~Use /v To Spawn Your Vehicle",
"~p~ ~w~Buy A own Vehicle do /wang or /pvshop",
"~p~ ~w~If You Want To Add Your Favoruite Music do /music",
"~p~ ~w~There Are Animations /anims",
"~p~ ~w~Type /god to enable your Godmode",
"~p~ ~w~There Are Derby Match do /derby",
"~p~ ~w~Our Forum Will be Soon",
"~p~ ~w~Have A Nice Day Friends",
"~p~ ~w~Admin Looking For A Vip Players",
"~p~ ~w~Play Team Deathmatch /tdm",
"~p~ ~w~Need Score Play Games /Minigames",
"~p~ ~w~Dont Ask For Admin Level",
"~p~ ~w~Server Will Going To Be Hosted Tab Coming Soon",
"~p~ ~w~IF You Like This Server Add It On Favourite Bar"
};
public ServerMessage()
{
TextDrawSetString(RandomBox1, Textdraws[random(sizeof(Textdraws))]);
return 1;
}
public OnFilterScriptInit()
{
//----------------------------------------------------------------------------//
SetTimer("ServerMessage",10000,1);
//----------------------------------------------------------------------------//
RandomBox0 = TextDrawCreate(150.000000, 2.000000, "/DM./DERBY./FALL./GANGWAR./TDM./ZOMBIE./RACE./SHOOTER");
TextDrawLetterSize(RandomBox0, 0.300000, 1.000000);
TextDrawTextSize(RandomBox0, 10.000000, 0.000000);
TextDrawAlignment(RandomBox0, 1);
TextDrawColor(RandomBox0, 0x33CCFFAA);
TextDrawUseBox(RandomBox0, true);
TextDrawBoxColor(RandomBox0, 0xFFFF00AA);
TextDrawSetShadow(RandomBox0, 1);
TextDrawSetOutline(RandomBox0, 1);
TextDrawFont(RandomBox0, 3);
RandomBox1 = TextDrawCreate(9.000000, 80.000000, "String");
TextDrawLetterSize(RandomBox1, 0.300000, 1.000000);
TextDrawAlignment(RandomBox1, 1);
TextDrawColor(RandomBox1, -16711681);
TextDrawSetShadow(RandomBox1, 1);
TextDrawSetOutline(RandomBox1, 1);
TextDrawBackgroundColor(RandomBox1, 255);
TextDrawFont(RandomBox1, 3);
TextDrawSetProportional(RandomBox1, 1);
for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
TextDrawShowForPlayer(i, RandomBox0);
TextDrawShowForPlayer(i, RandomBox1);
}
}
return 1;
}
public OnFilterScriptExit()
{
TextDrawHideForAll(RandomBox1);
TextDrawDestroy(RandomBox1);
TextDrawHideForAll(RandomBox0);
TextDrawDestroy(RandomBox0);
return 1;
}
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, RandomBox0);
TextDrawShowForPlayer(playerid, RandomBox1);
return 1;
}
check this i have no pictures i am sure you will like it test it and like it thank you
here is code copy and compile it
// ...... ...... ...... ...... ..... ...... .... .. . ....
// . . . . . . . . .... . . . ....
// ...... ... made by Alex_Roy )
// . . . .... . . .... . . . ....
// ...... ...... . . . ..... ...... .... . .. ....
#include <a_samp>
new Text:RandomBox1;
new Text:RandomBox0;
forward ServerMessage();
new Textdraws[][] =
{
/// here you can edit these line as you want///
"~p~ ~w~/t /m /help /rule /credits /cmds",
"~p~ ~w~Can play cops and robbers /minigames",
"~p~ ~w~You Can Inform us About Cheater /report",
"~p~ ~w~If You Want to know Admin list do /admins",
"~p~ ~w~Want To Play Deathmatch do /dm ",
"~p~ ~w~Need Money do stunts and play games /minigames",
"~p~ ~w~If You are Aware Of Rules do /rules",
"~p~ ~w~Wanna Check Out Online Vips List /vips",
"~p~ ~w~Register Is Must /reigster",
"~p~ ~w~Use /v To Spawn Your Vehicle",
"~p~ ~w~Buy A own Vehicle do /wang or /pvshop",
"~p~ ~w~If You Want To Add Your Favoruite Music do /music",
"~p~ ~w~There Are Animations /anims",
"~p~ ~w~Type /god to enable your Godmode",
"~p~ ~w~There Are Derby Match do /derby",
"~p~ ~w~Our Forum Will be Soon",
"~p~ ~w~Have A Nice Day Friends",
"~p~ ~w~Admin Looking For A Vip Players",
"~p~ ~w~Play Team Deathmatch /tdm",
"~p~ ~w~Need Score Play Games /Minigames",
"~p~ ~w~Dont Ask For Admin Level",
"~p~ ~w~Server Will Going To Be Hosted Tab Coming Soon",
"~p~ ~w~IF You Like This Server Add It On Favourite Bar"
};
public ServerMessage()
{
TextDrawSetString(RandomBox1, Textdraws[random(sizeof(Textdraws))]);
return 1;
}
public OnFilterScriptInit()
{
//----------------------------------------------------------------------------//
SetTimer("ServerMessage",10000,1);
//----------------------------------------------------------------------------//
RandomBox0 = TextDrawCreate(150.000000, 2.000000, "/DM./DERBY./FALL./GANGWAR./TDM./ZOMBIE./RACE./SHOOTER");
TextDrawLetterSize(RandomBox0, 0.300000, 1.000000);
TextDrawTextSize(RandomBox0, 10.000000, 0.000000);
TextDrawAlignment(RandomBox0, 1);
TextDrawColor(RandomBox0, 0x33CCFFAA);
TextDrawUseBox(RandomBox0, true);
TextDrawBoxColor(RandomBox0, 0xFFFF00AA);
TextDrawSetShadow(RandomBox0, 1);
TextDrawSetOutline(RandomBox0, 1);
TextDrawFont(RandomBox0, 3);
RandomBox1 = TextDrawCreate(9.000000, 80.000000, "String");
TextDrawLetterSize(RandomBox1, 0.300000, 1.000000);
TextDrawAlignment(RandomBox1, 1);
TextDrawColor(RandomBox1, -16711681);
TextDrawSetShadow(RandomBox1, 1);
TextDrawSetOutline(RandomBox1, 1);
TextDrawBackgroundColor(RandomBox1, 255);
TextDrawFont(RandomBox1, 3);
TextDrawSetProportional(RandomBox1, 1);
for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
TextDrawShowForPlayer(i, RandomBox0);
TextDrawShowForPlayer(i, RandomBox1);
}
}
return 1;
}
public OnFilterScriptExit()
{
TextDrawHideForAll(RandomBox1);
TextDrawDestroy(RandomBox1);
TextDrawHideForAll(RandomBox0);
TextDrawDestroy(RandomBox0);
return 1;
}
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, RandomBox0);
TextDrawShowForPlayer(playerid, RandomBox1);
return 1;
}
Hello,
I am very interested in PUBG Mobile and been playing this game for sometime. Found that game to be the best one for phone.
Anyone else playing it? Add me if you are playing, username: Lampard
I am very interested in PUBG Mobile and been playing this game for sometime. Found that game to be the best one for phone.
Anyone else playing it? Add me if you are playing, username: Lampard
Posted by: Josh Steve - 03-26-2018, 02:40 PM - Forum: General Gaming Discussion
- No Replies
You can check the sever's script here (samp.theultimateroleplay.com)
So i would like to sell their script for a cheap price.
/help command, which is in dialog.
![[Image: sa-mp-000.png]](https://s13.postimg.org/3o0qhf4av/sa-mp-000.png)
Vehicle Storage, you can use "/vst or /vstorage" to despawn and respawn your vehicle.
![[Image: sa-mp-001.png]](https://s13.postimg.org/532b667yv/sa-mp-001.png)
Furniture System and Land System.
![[Image: sa-mp-006.png]](https://s13.postimg.org/f0dbz7kpj/sa-mp-006.png)
![[Image: sa-mp-007.png]](https://s13.postimg.org/h4xp0box3/sa-mp-007.png)
![[Image: sa-mp-005.png]](https://s13.postimg.org/5sl3irt5j/sa-mp-005.png)
Turf System
![[Image: sa-mp-012.png]](https://s13.postimg.org/532b67pzb/sa-mp-012.png)
Ultimate Jobs.
![[Image: sa-mp-004.png]](https://s13.postimg.org/xsp731ow7/sa-mp-004.png)
Dicebet system.
![[Image: sa-mp-025.png]](https://s13.postimg.org/w0w8872zb/sa-mp-025.png)
You can create factions by using '/createfaction' and /editfaction is to edit the color and the name.
-VIP System.
-Anti Cbug System.
Snow System
Gift System
which are added in gamemode.
So i would like to sell their script for a cheap price.
/help command, which is in dialog.
![[Image: sa-mp-000.png]](https://s13.postimg.org/3o0qhf4av/sa-mp-000.png)
Vehicle Storage, you can use "/vst or /vstorage" to despawn and respawn your vehicle.
![[Image: sa-mp-001.png]](https://s13.postimg.org/532b667yv/sa-mp-001.png)
Furniture System and Land System.
![[Image: sa-mp-006.png]](https://s13.postimg.org/f0dbz7kpj/sa-mp-006.png)
![[Image: sa-mp-007.png]](https://s13.postimg.org/h4xp0box3/sa-mp-007.png)
![[Image: sa-mp-005.png]](https://s13.postimg.org/5sl3irt5j/sa-mp-005.png)
Turf System
![[Image: sa-mp-012.png]](https://s13.postimg.org/532b67pzb/sa-mp-012.png)
Ultimate Jobs.
![[Image: sa-mp-004.png]](https://s13.postimg.org/xsp731ow7/sa-mp-004.png)
Dicebet system.
![[Image: sa-mp-025.png]](https://s13.postimg.org/w0w8872zb/sa-mp-025.png)
You can create factions by using '/createfaction' and /editfaction is to edit the color and the name.
-VIP System.
-Anti Cbug System.
Snow System
Gift System
which are added in gamemode.
Hello guys many know about PayPal site ,many may have PayPal accounts also but I got some problem in PayPal due to India rules once the money received in PayPal it will auto draw to local banks but my bank account is not confirmed to my PayPal acc so will my money deposit to my bank or it return to my PayPal account ?
Is there any possible to cancel auto withdraw process ,anyone have PayPal contact email I tried but didn't get a valid email
Is there any possible to cancel auto withdraw process ,anyone have PayPal contact email I tried but didn't get a valid email
Why Choose AccuWebHosting Amongst the Multitude?
Best Features and plan specification:
Coupon Code: Welcome
Sign up
We are best known for our Excellent Technical support. Check out what our customers have to say about our services.........AccuWebHosting Reviews
Additionally, we offer 30 days full money back guarantee on all shared hosting plans so that you can evaluate the performance and quality of web hosting services.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Payment Methods Available
Credit cards,Debit cards,PayPal,Bitcoins,Check,Money Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Questions? Custom plan need? We can help!
Talk to us on live chat | Submit a Sales Ticket | Send us a tweet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And don't miss a chance to earn $200 USD Signup Commission
Top Paying Affiliate Program
- Web Hosting Plans with excellent resources.
- Fastest and optimized Web Hosting environment.
- Responsive Technical Hosting support.
- Decade of Web Hosting Experience.
Best Features and plan specification:
- 1 Domain (Site) In 1 Account
- 10 GB High Speed Storage - Raid10 Setup
- 100 GB Premium Data Transfer Limit
- Windows 2012 Server
- IIS 8 Hosting
- 1 SQL 2012 (Standard Edition)
- SQL 2008 / SQL 2005 Optional
- Support SQL 2012 / 2008 / 2005 databases. You can setup any one of these.
- 500MB Storage Space for each SQL Database
- Supports Full Trust Application Hosting.
- Isolated Application Pools for each website.
- IIS Manager - Offers a full management of IIS Properties.
Coupon Code: Welcome
Sign up
We are best known for our Excellent Technical support. Check out what our customers have to say about our services.........AccuWebHosting Reviews
Additionally, we offer 30 days full money back guarantee on all shared hosting plans so that you can evaluate the performance and quality of web hosting services.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Payment Methods Available
Credit cards,Debit cards,PayPal,Bitcoins,Check,Money Order
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Questions? Custom plan need? We can help!
Talk to us on live chat | Submit a Sales Ticket | Send us a tweet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And don't miss a chance to earn $200 USD Signup Commission
Top Paying Affiliate Program
Does anyone have tips for making old static Websites mobile friendly, or would it be better to redesign the Websites from scratch? What are the most important tweaks for making old static Websites mobile friendly?
Hey guys ,
I want to giveaway a VPS for FREE .
The specs :
Windows Server 2016 Datacenter
Server location : USA
Provider : Google Cloud
12x CPU Intel Haswell (2.4 Ghz or 2.3 )
24 GB Ram
2 TB HDD
Contract Duration : 12 months
You can open it with RPD. The first who will comment "ME" i will send him/her the VPS login details on chat.
Good Luck!
I want to giveaway a VPS for FREE .
The specs :
Windows Server 2016 Datacenter
Server location : USA
Provider : Google Cloud
12x CPU Intel Haswell (2.4 Ghz or 2.3 )
24 GB Ram
2 TB HDD
Contract Duration : 12 months
You can open it with RPD. The first who will comment "ME" i will send him/her the VPS login details on chat.
Good Luck!

https://twitter.com/CubeData2/status/976185824298655744
CubeData has rescheduled the last scheduled/planned maintenance for 22th of march 2018.
Time: TBA
More Information will be published when obtained.
All CubeData Services will be affected & will be down during this planned maintenance.
ETA of Maintenance Completion: Unknown/Not Applicable
Maintenance Completed
https://twitter.com/CubeData2/status/977590119111766016
CubeData has rescheduled the last scheduled/planned maintenance for 22th of march 2018.
Time: TBA
More Information will be published when obtained.
All CubeData Services will be affected & will be down during this planned maintenance.
ETA of Maintenance Completion: Unknown/Not Applicable
Maintenance Completed
https://twitter.com/CubeData2/status/977590119111766016
ban the person above you with a reason why and thats something you can make up.

for exaple

for exaple
Quote:banned for posting a stupid forum game
Quote:banned for being imaturei hope you find this a funny idea


Welcome, Guest |
You have to register before you can post on our site. |
Search Forums |
(Advanced Search) |
Forum Statistics |
» Members: 2,271 » Latest member: orzpainter » Forum threads: 3,102 » Forum posts: 34,786 Full Statistics |
Online Users |
There are currently 167 online users. » 0 Member(s) | 163 Guest(s) Bing, Google, Twitter |
Latest Threads |
Windows VPS @ $31.5/Year ...
Forum: Cheap Providers Last Post: DewlanceHosting 08-16-2025, 03:12 AM » Replies: 0 » Views: 120 |
Buy DemoTiger Videos on c...
Forum: Others Last Post: DewlanceHosting 08-16-2025, 03:10 AM » Replies: 8 » Views: 4,805 |
Budget Dedicated Servers ...
Forum: Others Last Post: HostNamaste 08-13-2025, 04:54 AM » Replies: 2 » Views: 1,013 |
☁️ How to Use VCCPRO Virt...
Forum: Cheap Providers Last Post: bestadvisor 07-13-2025, 09:36 AM » Replies: 0 » Views: 293 |
[Promo] 30% Discount – VP...
Forum: Cheap Providers Last Post: LLHOST 07-11-2025, 12:56 PM » Replies: 0 » Views: 231 |
How Virtual Cards Are Cha...
Forum: Offtopic Last Post: bestadvisor 07-07-2025, 08:35 PM » Replies: 0 » Views: 327 |
LLHOST — 40% OFF Netherla...
Forum: Free VPS Providers Last Post: LLHOST 07-02-2025, 08:42 AM » Replies: 0 » Views: 532 |
✅ Affordable VPS Hosting ...
Forum: Cheap VPS Providers Last Post: RIYAD 07-02-2025, 03:02 AM » Replies: 0 » Views: 582 |
15% Lifetime Discount on ...
Forum: Cheap Providers Last Post: LLHOST 06-25-2025, 05:03 AM » Replies: 0 » Views: 273 |
Get 50% Off Your First Ne...
Forum: Others Last Post: LLHOST 06-19-2025, 10:09 AM » Replies: 0 » Views: 493 |