Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - RW

#1
Script Showroom / Re: Stunting Server
Aug 05, 2018, 10:35 AM
Physicstyle Stunting AWESOME
#2
Servers / Re: [0.4] Rob the Vehicles
Aug 05, 2017, 02:13 PM
I am making a same kind server too. But I dont have enough money to host my server.
With 120 amazing bases
With fvckin' lobby area
With Boat and Helicopter stealing
omg rest you did good
#3
August in 2014, 'cause I bought a new computer...
#4
Too much BUG kicks...
Kicked xxx acquired weapon xxx
Anyway to disable?
#5
Quote from: vito on Apr 04, 2017, 05:27 AMTeam chat via \ is not in-inbuilt.
I know. But I posted it toooooo simple...
#6
Script and Content Requests / Team Chat Error
Apr 04, 2017, 03:56 AM
"\" is not available
#7
Quote from: Luis_Labarca on Mar 27, 2017, 05:28 PM@[F.BI]RW You are welcome, my friend, it's a pleasure to have helped you
Wonderful! It worked great
#8
Quote from: Luis_Labarca on Mar 27, 2017, 12:33 PMHello bro everything is good side of the client-side where you are putting masl is in Stream.SendStream (null); To put it null you are sending an unknown player you must put it Stream.SendStream (player);


So I tried it and it works
Client-Side
BS <- GUILabel(VectorScreen( 100, 100 ),Colour(0,255,0,0),"NO ROUND");
BS.FontSize = 15;
BS.FontFlags = GUI_FLAG_TEXT_TAGS | GUI_FFLAG_ULINE;

function Server::ServerData(stream) {
    local type = stream.ReadInt();
    switch(type)
   {
      case 1:
      ::BS.Text = stream.ReadString();
      break;
      case 2:
      ::BS.Text = "NO ROUND";
      break;
    }
}
Server Script
local Stream = Stream();
Stream.WriteInt( 1 );
Stream.WriteString( "Base ID : ["+BaseID+"] Name : ["+BaseName+"]" );
Stream.SendStream(player);
I will try it now. Thanks :)
#9
Client Side:
BS <- GUILabel(VectorScreen( sX * 0.06, sY * 0.4 ),Colour(0,255,0,0),"NO ROUND");
 BS.FontSize = 15;
 BS.FontFlags = GUI_FLAG_TEXT_TAGS | GUI_FFLAG_ULINE;

function Server::ServerData(stream) {
    local type = stream.ReadInt();
    switch(type)
   {
      case 1:
      ::BS.Text = stream.ReadString();
      break;
      case 2:
      ::BS.Text = "NO ROUND";
      break;
    }
}

Normal Script:
local Stream = Stream();
Stream.WriteInt( 1 );
Stream.WriteString( "Base ID : ["+BaseID+"] Name : ["+BaseName+"]" );
Stream.SendStream(null);


I'm sure the BaseID and BaseName are not wrong... Why this text didn't change?
#10
General Discussion / Re: Cloudwards hosting
Mar 27, 2017, 10:07 AM
Quote from: Diamond on Mar 26, 2017, 01:51 PM
Quote from: [F.B.I]RW on Mar 26, 2017, 08:56 AMCool. But I can not register because the Security Check was EMPTY. I can not see anything
Just tested it myself. There seems to be no issue. Try waiting for some time to let it load completely?
NOPE. I waited a few hours... OMG I am in CHINA
#11
General Discussion / Re: Cloudwards hosting
Mar 26, 2017, 08:56 AM
Cool. But I can not register because the Security Check was EMPTY. I can not see anything
#12
OMG Youtube is blocked in China. But I can watch them in Hong Kong... Just minecraft
#13
General Discussion / Re: Dont delete Rel03
Jan 29, 2017, 01:26 PM
Nope. 04rel004 is more colorful than 04rel003. GUI Systems made our game interesting. Why did you post this topic? 04rel003 is still available to use.
#14
I think it's awesome... It can do DRIVE-THRU!!! :P Try 4-player shooting xD
#15
General Discussion / Re: More Weapon Slots
Jul 22, 2016, 12:45 PM
Quote from: razacharan on Jul 22, 2016, 10:27 AMThanks PROBLEM Solved!!! Thanks KAKAN and THANKS [F.B.I]RW
You're welcome, guy. :D