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.


Messages - (VEK)Prince

Pages: [1]
1
mIRC/pawn Scripting / Re: !getcar and wep prob in GUPS
« on: January 08, 2012, 06:34:54 pm »
lol im tired of saying that all people have sufering the same problem but you should not let car boom by you if it comes to an explosion so do !fix or !ff to correct and after that car booms so you can getcar millions time how much you want

2
mIRC/pawn Scripting / Leaving Pawn! Plz Help to SQ
« on: January 08, 2012, 06:31:44 pm »
Hi Guys.
Im saying that im leaving pawn we can't do anything in there except commands and i forgot to use SQ so many years ago thats why i forgot i need help from anyone plz help me to guide with SQuirrel that how should it will work i be very thankful to you

3
mIRC/pawn Scripting / Re: need help
« on: January 02, 2012, 06:00:22 pm »
GUS 9.0 is only for VCMP 0.3z not for VCMP 0.3z R2 only GUS 10 is for new version of vcmp thats why

4
mIRC/pawn Scripting / Re: can u tell me ?
« on: December 30, 2011, 04:53:14 pm »
uh GUS sucks............but im tellin u how to use it

1)go to vcmp.ini
[pawn][MAIN]
IP=000.000.000.000
RPORT=5315
CPORT=5192
PASSWORD=your rcon pass
[/pawn]
2)and find your IP from Local Area Connection and copy to ur vcmp.ini ip place
3)and set your Rcon_pass to login as admin use !mkadmin to logg
4)Set ur port 5192 or else u want and copy that port to vcmp.config and run it

if it dont work say me again im free to help you

5
mIRC/pawn Scripting / Re: need help
« on: December 28, 2011, 05:58:35 pm »
i have clear chat you want it  ;D

6
mIRC/pawn Scripting / Re: Need Help In <!> to </c>
« on: December 27, 2011, 11:40:19 am »
thanks Safeer it works

7
mIRC/pawn Scripting / Need Help In <!> to </c>
« on: December 27, 2011, 10:49:11 am »
Hi Guys i wanna know that how can we do this ! to /c i tried alot but it did'nt work i give you this

Example I have this
[pawn]}
   else if (strcmp(cmd, "setnews", true) == 0) {
      new szMsg[256], setnews[256];
      tmp = strtok(cmdtext, idx);
      if(!IsPlayerAdmin(playerid)) SendClientMessage(playerid, COLOR_RED, "You need to Rcon login first!");
      else if (!strlen(tmp)) SendClientMessage(playerid,COLOR_RED,"USAGE: /c setnews text");
      else {
         format(file, sizeof(file), "/News/News.ini", "News");
            format(setnews,sizeof(setnews),"By [%s]> %s ",gPlayers[playerid],cmdtext[7]);
         dini_Set(file, "News", setnews);
            SetTimer("SetTimer",2000);
      }
      return 1;[/pawn]

but it did'nt work through as it looks anyone can tell me that how to correct this when i type /c setnews so it says "Error:Unknown Command" need help!

8
mIRC/pawn Scripting / Re: Need Weather Command
« on: December 27, 2011, 10:41:08 am »
i'll change the weather if it not changes so it must be a bug with your pawno setting or i told you if it dont change rejoin the server

9
mIRC/pawn Scripting / Re: Need Weather Command
« on: December 26, 2011, 08:36:24 pm »
It must be a bug with ur scripting if it dose'nt work so rejoin your server

10
mIRC/pawn Scripting / Re: Need Weather Command
« on: December 26, 2011, 05:55:57 pm »
Fuzzy is wrong! there is a command to change weather all you have to do is just set time wise time

like [pawn]SetWorldTime(12);[/pawn]
and settimer by your own like i show the weather of night

Here you go!
[pawn]}
   else if (strcmp(cmd, "!kn", true) == 0) {
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else {
         SendClientMessage(playerid,BLUE,"Weather changed to knight mode!");

         format(szMsg,sizeof(szMsg),"Admin [%s] changed the weather to night",gPlayers[playerid]);
            SetWorldTime(20);
      }
      return 1;
[/pawn]

Use this for night but it was an example you can make lots of weather. Only you have to do is change time to as it displays

Pages: [1]