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 - Terminatorupgrade 2

Pages: 1 2 [3] 4 5 ... 7
31
OMG thanks.. :)
i have a Zombie server! and other normal server

32
thanks.... ;D ;D

like i do

/c unban fullnick unbanned

33
mIRC/pawn Scripting / Re: props id invalid''''wtf!!!help plz
« on: December 14, 2010, 06:29:45 pm »
O_o OMG! LOL
you have to TYPE

!buyprop id

like
if u go in Pickup green Icon u will have some pm in chat find prop id
and then type
!buyprop id
eg if i want to buy prop id 2
then i type
!buyprop 2

34
Quote
[Syntax] - The correct use: /c unban <player> <reason>");

Why Reason is Needed in unban!??

35
please reply.tommis!

36
mIRC/pawn Scripting / Re: hi guys!!!!!
« on: December 05, 2010, 01:05:14 am »
Wilson
ask my friend !!! i have given 1 to him!! :'(

37
mIRC/pawn Scripting / Re: Help me about mirc script
« on: December 03, 2010, 10:22:56 pm »
thanks i use it for my server for looking who is joining server who let who type what ? who is killing who

like that but in 0.4 there is no mIRC function so i am pawno scripter and i want to learn more

38
mIRC/pawn Scripting / Re: Help me about mirc script
« on: December 03, 2010, 05:55:37 pm »
WSV SCRIPTS ARE NOT FOR r2

USE FBS 0.2 OR BE PAWANO SCRIPTER

39
mIRC/pawn Scripting / Re: !fight problem
« on: December 03, 2010, 12:27:41 pm »
TRY this



else if (strcmp(cmd, "!fight", true) == 0)
   {
   tmp = strtok(cmdtext, idx);
      if (!strlen(tmp)) {
                SetPlayerPos(playerid, -1363.4431,1332.3104,83.8882,250.4980);
               SendClientMessage(playerid, COLOR_ORANGE, "Welcome to Fight Zone!");
              ResetPlayerWeapons(playerid);
   GivePlayerWeapon(playerid, 21, 100);
   new plname[24],enstr[256];
                GetPlayerName(playerid,plname,24);
                format(enstr,sizeof(enstr),"%s has join fight zone.",plname);
                SendClientMessageToAll(COLOR_ORANGE,enstr);
      }
      return 1;
   }



 ;D

40
Please any one Can do Code? ;D from any script

41
how to fix ban system?

42
hi BAN system is not working

Quote
else if (strcmp(cmd, "ban", true) == 0) {
      new szMsg[256], reason[256], plr;
      tmp = strtok(cmdtext, idx), plr = FindPlayerIDFromString(tmp), reason = strtok(cmdtext, idx);
      if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
      else if(!IsPlayerCommandLevel(playerid,"ban")) SendClientMessage(playerid, COLOR_RED, "You don't have access to use this command!");
      else if (!strlen(reason)) SendClientMessage(playerid,COLOR_RED,"USAGE: /c ban [Nick/ID] [Reason]");
        else if (plr == INACTIVE_PLAYER_ID) SendClientMessage(playerid,COLOR_RED,"Error: Unknown player");
      else {
         new string[256],IP[256];
         format(file, sizeof(file), BANS_FILE, gPlayers[plr]);
         format(szMsg,sizeof(szMsg),"Admin %s Banned player:[ %s ] Reason:[ %s ]",gPlayers[playerid],gPlayers[plr],cmdtext[strlen(tmp)+5]);
         SendClientMessageToAll(COLOR_GREEN,szMsg);

         GetPlayerIp(playerid,IP,256);
         format(string,256,"%s",IP);
         dini_Create(file);
         dini_Set(file, "Login", "0");
         dini_Set(file, "Ip", string);
         dini_Set(file, "BannedBy", gPlayers[playerid]);
         dini_Set(file, "Reason", cmdtext[strlen(tmp)+5]);
         Ban(plr);
      }
      return 1;
   }
plz help to correct it plz

43
Madara thanks!                                                                                                                                                                                                                                                                                                                             

44
mIRC/pawn Scripting / Re: Gamemodes - scripts
« on: December 02, 2010, 12:58:45 pm »
how to set classes in pawno to 0 plz tell me

45
Support / Re: 0.3zr2 Does NOT WORK HELP
« on: November 30, 2010, 12:18:33 pm »
THANKS strike it works with new rcon!!!! FBS!! ::)

Pages: 1 2 [3] 4 5 ... 7