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

Pages: 1 ... 46 47 [48] 49 50 51
706
mIRC/pawn Scripting / Re: Dini Problem
« on: November 04, 2011, 01:11:09 am »
Work !

Thank you very much Stormeus !

707
mIRC/pawn Scripting / Dini Problem => New Problem...
« on: November 03, 2011, 07:03:52 pm »
I tryied to make "makeadmin" command, but not work.. not change to "1" in .ini file...

AnyBody help me please...

[pawn]else if (strcmp(cmd, "giveadmin", true) == 0) {
   if(IsLogged[playerid] == 0) SendClientMessage(playerid,NOTACCES,"Need to login first !");
        else if(Spawned[playerid] == 0) SendClientMessage(playerid,NOTACCES,"You not are Spawned !");
      else if(IsPlayerAdmin(playerid))
       {
      new plr;
      tmp = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp);

      if (!strlen(tmp)) SendClientMessage(playerid,COLOR_RED,"USAGE: /c giveadmin [Nick/ID]");
        else if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
      else {
            new name[MAX_PLAYER_NAME];
          GetPlayerName(playerid, name, sizeof(name));
           format(file,sizeof(file),"Users/%s.ini",name);
           if(!fexist(file))
         {
           dini_Set(file,"AdminLevel","1");
           PlayerInfo[plr][AdminLevel] = 1;
           }
      }
      }else{
      SendClientMessage(playerid,NOTACCES,"***Not have permission to use this command!");
      }
      return 1;
   }[/pawn]

708
Support / Re: what time is this?
« on: November 02, 2011, 10:16:41 am »
WEATHER ID : 3
HOUR : 00

 Sorry for capitals, GL..

Look at the pic. Pic show what is the hour [20:00] , and weather id 3 not are foggy ?

710
mIRC/pawn Scripting / Re: I need a tutorial
« on: October 29, 2011, 09:46:58 am »
From SA:MP, without Dialog

http://forum.sa-mp.com

Need to adapt for VC:MP


PS: i will post Register System .  SA:MP + Me.

PS2: I adapted : http://forum.vicecitymultiplayer.com/index.php?topic=3843.0

711
Support / Re: Wireless IP - How can i host my server ?
« on: October 26, 2011, 03:18:04 pm »
i don't know about this and he jokeing  :-X ...

you cannot just explain ?
wtf me doing then ?i told u  very simple

Not you...

ON: Ok, i will try

PS: I don't found my router model on site  :-\

*PS: I found my model here: http://www.pcwintech.com/port-forwarding-tp-link-tl-wr740n-tp-link-firmware

but... need to make static ip necessarily ?

712
Support / Re: Wireless IP - How can i host my server ?
« on: October 25, 2011, 09:47:54 pm »
i don't know about this and he jokeing  :-X ...

you cannot just explain ?

713
Support / Re: Wireless IP - How can i host my server ?
« on: October 25, 2011, 06:28:28 pm »
but... just for my "part of internet" work this no ?

no damage router no ?

714
Support / Re: Wireless IP - How can i host my server ?
« on: October 25, 2011, 05:22:23 pm »
but.. exactly.. what make this ?

715
Support / Wireless IP - How can i host my server ?
« on: October 25, 2011, 03:22:22 pm »
How can i host my server ?

I have Router Wireless for can have and my brother internet...

But i can't make visible my server... why ?

and how i can to make visible ?

716
Support / Re: Need
« on: October 18, 2011, 07:15:03 pm »
hmmm... take my pawno and try again  :-\

http://forum.vicecitymultiplayer.com/index.php?topic=3723.0

717
Support / Re: Need
« on: October 18, 2011, 03:16:57 pm »
Delete the already compiled .amx file in the gamemodes folder, then re-compile your script.
I did this thing.First i deleted the amx file and open the pwn file and compile it .But the amx file didnt comes in gamemodes.And when i open the server" it say look at ur gamemodes at ur server cfg"
[/quote]

Look at Pawno Settings ... in first box need the adress of your gamemodes folder ...

Example: D/Games/Vicecityserver/gamemodes

In second box need put the adress of your amx file...

Example: D/Games/Vicecityserver/gamemodes/mode.amx

In third box need put the adress of your pwn file...

Example: D/Games/Vicecityserver/gamemodes/mode.pwn

Work for me...

Where can change options ?
Look on Pawno tab , see build ? click and click on Run Options .

This is... try and you .

PS: Sorry for my bad english !

718
mIRC/pawn Scripting / Re: Skinid, Teamid & Classid
« on: October 17, 2011, 02:45:17 pm »
number of skin... 1,2,3,4,5,6 ... etc.

first, second, third etc.

719
Support / Re: vcmp client bug
« on: October 12, 2011, 10:16:34 pm »
oh, i want in the future, to don't be bug, to be really +2000 players  ;D

PS: Not need to be in Support ?

720
mIRC/pawn Scripting / Re: Pawno [Because is Locked the old topic]
« on: October 05, 2011, 11:48:22 pm »
Is Windows 7 !

And im on administrator...

Pages: 1 ... 46 47 [48] 49 50 51