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.


Topics - BIG[H]

Pages: [1]
1
mIRC/pawn Scripting / Notice
« on: February 02, 2014, 11:25:51 pm »
http://forum.vicecitymultiplayer.com/index.php?topic=6480.0

Its a copy cat, actually its my VITAL SPEEDOMETER

So, i request stormeus to add my credits.

i have a proof here: www.youtube.com/watch?v=AQr3LjTfdKA

look at the date of the video.

2
Support / I LEFT VCMP FOREVER!!!!!!!!!!!!!! BYE [No Comments]
« on: May 09, 2011, 09:05:00 am »
I AM LEAVING IT ..iTS ENOUGH!!!!!!!!!!!! ::)

3
Support / Who is Nice Scripter ???
« on: May 05, 2011, 02:32:44 pm »
Vote Here for Here for who helped you best and in Scripting he's Nice and he is Pro Scripter
Results Will be Announced and Winner will get....... :-\

4
mIRC/pawn Scripting / i got Stucked
« on: April 28, 2011, 02:22:28 pm »
Quote
*:***\******\*****\****HLDS.pwn(692) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(693) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(695) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(866) : warning 213: tag mismatch
*:***\******\*****\****HLDS.pwn(904) : warning 213: tag mismatch

Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


5 Warnings.

quote that Gives this Is:
Lines (692 , 693 , 695)
for 3 warnings:
Quote
else if (strcmp(cmd, "maplist", true) == 0) {
          
      new conty[1024];
      new filepathz[256];
         format(filepathz,sizeof(filepathz),"/MiniWar/Mapslist.ini");
    if(fexist(filepathz)) {
      new fileoo;
692      fileoo = fopen(filepathz,io_read);
693      fread(fileoo,conty,1204);
            SendClientMessage(playerid,COLOR_YELLOW,conty);
695      fclose(fileoo);
   }
      return 1;
      }
other Line (866)
Quote
866   else if(plrteam[playerid][Terrorist] == 0) {SendClientMessage(playerid,COLOR_YELLOW,"Only Terrorist Can Plant BOMB");}

Line (904)

Quote
904   else if(plrteam[playerid][Terrorist] == 0) {SendClientMessage(playerid,COLOR_YELLOW,"Only Terrorist Can Plant BOMB");}


I got Really Stucked at these Warnings Please Fix them

5
XE Servers (Legacy) / New WebSite URL
« on: April 11, 2011, 06:01:41 pm »
BLA!
www.xe-servers.com
xD ]xD ]xD ]xD ]xD ]xD ]xD ]xD ]xD ]xD ]xD ]xD ]xD

6
mIRC/pawn Scripting / Pawn SUX!!
« on: April 01, 2011, 10:30:30 am »
MAN Pawn sucks i has a lot of bugs and Dam shits warnings and crashes and Worse things that i won't worte it down
I announce that no more Help / Script from me cuz i left Pawn Scirpting  and i am scripting squirrel Its BEST its is BEST and its BEST it has a lot of functions more than pawn it has onPLayerFall onPlayerHealthChange etc and BEST of BEST it can change weather time can connect mirc .. So no pawn for me >_>

7
mIRC/pawn Scripting / HELP!!!
« on: February 15, 2011, 12:14:38 pm »
 :o
How do i do that if some one Reported and if admin come's and want to see reports and he do /c reported and then all reports are shown (Dini_get) here is my code not working plz help
Quote
   else if (strcmp(cmd, "reported", true) == 0) {
          new vhv[256], szMsg[256];
             new string[256];
         vhv = dini_Get("/Reports/Reports.ini");
         SendClientMessage(playerid,COLOR_GREEN,vhv);
      return 1;
      }
how to show all text in File except making it special to get forum form ini file like
xgc = Dini_Get("/bla/bla.ini",forum);

bla.ini contains

forum=bla.com
server=bla.com
its only shows forum i want to show all the text in bla.ini file plz help

Pages: [1]