Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tutorial friends help take care
#1
friends help take care
I want to create an automated messaging plugin for my server console but that does not appear if [TG] Admin and also can put a kind of yell at the center of the map if you help me with the source code please
Reply

#2
(07-04-2012, 00:50)alemonoes Wrote: friends help take care
I want to create an automated messaging plugin for my server console but that does not appear if [TG] Admin and also can put a kind of yell at the center of the map if you help me with the source code please

English please What do you need?
LOL
Reply

#3
(07-04-2012, 00:52)estebespt Wrote:
(07-04-2012, 00:50)alemonoes Wrote: friends help take care
I want to create an automated messaging plugin for my server console but that does not appear if [TG] Admin and also can put a kind of yell at the center of the map if you help me with the source code please

English please What do you need?
Source Code Timmed Messages
Reply

#4
(07-04-2012, 01:01)alemonoes Wrote:
(07-04-2012, 00:52)estebespt Wrote:
(07-04-2012, 00:50)alemonoes Wrote: friends help take care
I want to create an automated messaging plugin for my server console but that does not appear if [TG] Admin and also can put a kind of yell at the center of the map if you help me with the source code please

English please What do you need?
Source Code Timmed Messages

For the chat or for the console?
LOL
Reply

#5
(07-04-2012, 01:05)estebespt Wrote:
(07-04-2012, 01:01)alemonoes Wrote:
(07-04-2012, 00:52)estebespt Wrote:
(07-04-2012, 00:50)alemonoes Wrote: friends help take care
I want to create an automated messaging plugin for my server console but that does not appear if [TG] Admin and also can put a kind of yell at the center of the map if you help me with the source code please

English please What do you need?
Source Code Timmed Messages

For the chat or for the console?
chat
Reply

#6
(07-04-2012, 01:32)alemonoes Wrote:
(07-04-2012, 01:05)estebespt Wrote:
(07-04-2012, 01:01)alemonoes Wrote:
(07-04-2012, 00:52)estebespt Wrote:
(07-04-2012, 00:50)alemonoes Wrote: friends help take care
I want to create an automated messaging plugin for my server console but that does not appear if [TG] Admin and also can put a kind of yell at the center of the map if you help me with the source code please

English please What do you need?
Source Code Timmed Messages

For the chat or for the console?
chat

the addon comes with the timemed message features just go to the timed messages text file and write what you want
LOL
Reply

#7
(07-04-2012, 01:52)estebespt Wrote:
(07-04-2012, 01:32)alemonoes Wrote:
(07-04-2012, 01:05)estebespt Wrote:
(07-04-2012, 01:01)alemonoes Wrote:
(07-04-2012, 00:52)estebespt Wrote: English please What do you need?
Source Code Timmed Messages

For the chat or for the console?
chat

the addon comes with the timemed message features just go to the timed messages text file and write what you want
if I will but I want to add a plugin I'm making
Reply

#8
Code:
using System;
using System.Collections.Generic;
using System.Text;
using Addon;

namespace derp
{
    public class derp : CPlugin
    {
          int jerp = 0;
          public override void OnAddonFrame()
          {
                jerp++;
                if (jerp == timeyouwant*4) /*onserveraddon works every 250 ms that means 4 times every second*/
                {
                      TellClient(Client.ClientNum, "derpherp", true);
                      jerp = 0;
               }
          }    
    }
}
LOL
Reply

#9
(07-04-2012, 02:28)estebespt Wrote: TellClient(Client.ClientNum, "derpherp", true);

and the event and return
Reply

#10
(07-04-2012, 02:29)alemonoes Wrote:
(07-04-2012, 02:28)estebespt Wrote: TellClient(Client.ClientNum, "derpherp", true);

and the event and return

fixed the code
try that one
LOL
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  What script controls the "random" aspect to care packages? akillj 2 3,053 06-05-2013, 11:24
Last Post: akillj
  Care package question. DidUknowiPwn 1 1,892 09-21-2012, 00:51
Last Post: JariZ
  [News] Care package maps Rendflex 3 2,061 07-04-2012, 07:54
Last Post: Pozzuh
  Friends Website *Look* GoalieJoe 2 2,212 01-19-2012, 10:58
Last Post: d0h!
  something to sent to your friends Xzite 1 1,635 08-22-2011, 02:39
Last Post: JariZ
Exclamation Playing Mod on a private match with friends GoldenWrapper 7 3,568 08-05-2011, 20:22
Last Post: koil
  Help friends cant connect to private match w/ mods iDennis95 15 6,749 07-24-2011, 20:57
Last Post: d0h!
  Friends setup _Game_ 4 2,806 07-18-2011, 13:42
Last Post: d0h!
  A care package / mystery box mod. aefven 1 2,089 07-09-2011, 11:31
Last Post: iBanana
  Care package building apple 1 1,649 06-23-2011, 23:31
Last Post: Lemon

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.