Physicstyle Stunting AWESOME
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 MenuQuote from: vito on Apr 04, 2017, 05:27 AMTeam chat via \ is not in-inbuilt.I know. But I posted it toooooo simple...
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 youWonderful! It worked great
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);I will try it now. Thanks
So I tried it and it works
Client-SideBS <- GUILabel(VectorScreen( 100, 100 ),Colour(0,255,0,0),"NO ROUND");
Server Script
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;
}
}local Stream = Stream();
Stream.WriteInt( 1 );
Stream.WriteString( "Base ID : ["+BaseID+"] Name : ["+BaseName+"]" );
Stream.SendStream(player);
Quote from: Diamond on Mar 26, 2017, 01:51 PMNOPE. I waited a few hours... OMG I am in CHINAQuote 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 anythingJust tested it myself. There seems to be no issue. Try waiting for some time to let it load completely?
Quote from: razacharan on Jul 22, 2016, 10:27 AMThanks PROBLEM Solved!!! Thanks KAKAN and THANKS [F.B.I]RWYou're welcome, guy.