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

Topics - RW

#1
Too much BUG kicks...
Kicked xxx acquired weapon xxx
Anyway to disable?
#2
Script and Content Requests / Team Chat Error
Apr 04, 2017, 03:56 AM
"\" is not available
#3
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?
#4
General Discussion / A Great Idea
Apr 27, 2016, 03:44 AM
When can we play with NPC :P and if the NPCs have been added in the game. Let's imagine ;D
#5
I can't spawn , so I created a Command = "spawn" , copy this : http://wiki.vc-mp.org/wiki/Scripting/Squirrel/Functions/Player.Spawn
So I type /spawn rw ( my nickname is rw )
It messages but I don't spawn...
#6
Want to add anything in Little Haiti?
Want to add anything in your the first server?
Want to decorate your server?
[Announce]No Images Here! If you want, download now!
If you feel ugly, tell me! I'll fix them!
HERE!

http://pan.baidu.com/s/1i3OiCaL
#7
:P I put " s50000_c " this .wav into sounds_unp , and I put sounds_unp into store/sounds . Then I use PlaySound this function to listen the sound ... Ouch! I only listen the sound once , but I can't listen again! :o That's very interesting...