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 - DontKnowScripting:(

#1
I download a mod which has txd but no dff and col. How to make that object work only with txd if not how to make dff and col
#2
I want to edit some buildings is there a way?
#3
I just came to know I'm using database.sqlite



which one is faster database.sqlite or .db? can you convert this script for database.sqlite?
#4
yea he is from Russia or ukraine
#5
Experience : 5 years
Status : Noob
Country : Ukraine
Stats Ratio : 0.05

1month back I have seen him after 0.4 I have not seen him . Is Klone Stopped playing?

Say Yes if you find him in any server

He is a Precious Player of VCMP
He played everyday without fail!!!!!!!!!
He made noobs to pro thoughhe is a noob.
His continues works and struggle for growth of VCMP community is Awesome ...




KloneB@DGuy died in VCMP 3.0  for our Kills
If we confess our kills, he is faithful and just and will forgive us our kills





Lets welcome him to 0.4 without killing him all the time, let klone  survive 0.4  :)
#6
Is there any pickup for water?
#7
Scripting and Server Management / BAN cmd ...
May 06, 2015, 06:32 PM
http://forum.vc-mp.org/?topic=200.0


I used all the scripts exactly and created tables



free image uploader
#9
Chinese Translation :

您好VC-MP的朋友!今天筆者為大家帶來了新的戰隊[參數]的加盟,我希望我們將一個大家庭。感謝您的關注,我們的論壇上asesinogurreroreal.foro.pro。
#10
I have seen some servers where some banned people are unable to enter even when they use VPN .
I'm sure it is computer machine id ban but can anyone help me how to code it?
#11
Thanks :)
#13
I'm getting error at message player actually this script is taken from adm then I changed Emessage to messageplayer


else if ( cmd == "kick" )
{
   if ( pstats[ player.ID ].Level < 3 ) MessagePlayer( "Error - You don't have access to it.", player);
   else if ( !text ) MessagePlayer( "Error - Syntax: /kick <player> <reason>", player);
   else
   {
     local plr = GetPlayer( GetTok( text, " ", 1 ) );
     if ( !plr ) MessagePlayer( "Error - Unknown player.", player);
     else
     {
       local reason = GetTok( text, " ", 2 );
   if ( !reason ) reason = "None";
   MessagePlayer( "" + plr.Name + " have been kicked. Reason: " + reason + "" );
   plr.Kick();
     }
   }
}




#14
I had hidden some objects but some objects have textures is it possible to hide them?
#15
Thanks :)