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

#16
General Discussion / Re: Browser not starting
Aug 16, 2016, 01:12 PM
Worked for 1 time and now again not working.
#17
General Discussion / Re: Browser not starting
Aug 16, 2016, 12:50 PM
Worked properly thank you very much!
#18
General Discussion / Browser not starting
Aug 16, 2016, 09:57 AM
When I open the VCMP 0.4 browser it shows : http://imgur.com/n7yF684 . But I already have MSVC120.dll.
#19
Clans and Families / Re: VON Clan
Aug 01, 2016, 05:06 AM
Best of luck krlozz bro :)
#20
I need a good dm script with admin system.
#21
Thanks for the script :D worked for me fine and no virus because I downloaded the official script.
#22
Quote from: jayant on Jun 08, 2016, 04:46 PMSo, why not download a released script from the forum and try to understand whats in them..To understand more you can use the forum, vcmp wiki and squirrel manual.
Nice but I tried DMS script if I kill I get no money so I wanted to use ADM script but it shows MSVCR71.dll not found.
#23
No, I don't want a released script..I want to make a script but how can I make it?
#24
Copy pasting but I want to script not editing...
#25
If I open browser.exe then it shows MSVCR71.dll not found how to fix it?
#26
Copy paste only.
#27
Hmm, ok
#28
How to fix it? And some commands are not working when I paste check point events or something.
#29
Thanks for all replies now I have learned that how to script :) so no need to help me I am scripting now. Hmm KAKAN wait showing my code:
function onPlayerCommand( player, cmd, text )
{
   if (cmd == "unbanip")
   {
      if(!IsIPBanned(text) == true)
      {
         ClientMessage("Provided IP '" + text + "' was not banned previously",player,255,255,255);
      }
      else
      {
         UnbanIP(text);
         ClientMessage("Unbanned IP: " + text,player,255,255,255);
      }
   }
}
#30
/ban worked bye copy pasting but /unbanip not worked.