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 - ThunderStorm

#1
Scripting and Server Management / Re: hi
Apr 28, 2016, 01:00 PM
Quote from: rww on Apr 28, 2016, 12:52 PMMaybe something like that?

function onWindowClose(window) {
if (this.window == window) {
shutdown();
}
}

from test server (inventory.nut)
no.

We would like to close the GUI when InputReturn(element) is called.
#2
I guess this will not work for Hostinger (tried already)
Try adding 3306 as port in final argument.
#3
Quote from: KAKAN on Jul 25, 2015, 01:25 PMCan u tell me that from where did u find that mute and unmute system?



Quote from: HTC on Jul 25, 2015, 12:52 PMMatheuS (Country Detector, mute, unmute)
#4
Quote from: wacek on May 14, 2015, 09:58 AMWhy, when new player connect in my server first time, map show ,,w" marker, but no my new marker from file store/mapicon.
When player second connect, are all properly. Help.
It is because you download them on first join.
#5
Correct if statements in setlevel command >.<
#6
if ..
else if ...
else if ...
else if ...
else {
 if
else
}

try
#7
General Discussion / Re: Good News For All
Mar 17, 2015, 12:37 PM
Quote from: PsyChO_KiLLeR on Mar 09, 2015, 01:28 PMWell i disturb u much but good new is i am leaving vcmp ;)
Thnx for helping
bye =)
#8
@S.L.C he checks whether the pass matches in the command.
So, Check your login command, Psycho_Killer ( maybe condition is wrong )
#9
General Discussion / Re: VCMP Hide and Seek
Feb 24, 2015, 11:12 AM
Quote from: sseebbyy on Feb 22, 2015, 08:19 PMThe best thing would be if developers will add the function (already existing in VC, as I remember) that attaches an object (without colision ofc) to ped.
(off: for vehicles will also be great - tuning)
+100000000
#10
Quote from: Thijn on Dec 28, 2014, 10:47 AMYou could still set the gravity in the uniqueworld of the player, I guess.
Waat
#11
Wiki lies :>
#12
Merry christmas
#13
Quote from: ysc3839 on Dec 08, 2014, 01:03 AMHow to start it in your server?
/put  /tstart
If train is not there /put1  /tstart1
#14
Syntax:

Announce( text, player, type );
AnnounceToAll(text,type);