[Include] SendTimeMessage
#1

Yeah hello everybody, first i want to say sorry for my bad english xD

So second i want to present an new Include, it isn't something special, but i want to show you something

Function:
So this is the Function:

Код:
SendTimeMessage(playerid,color,time(in seconds),string1,string2,string3,---);
Limits:
You can define your own Limit
Look:

Код:
#define MAX_ARGS 10 //Now you can use 10 arguments
#include <tm> //the define must be over the included Include !
The other Limit is, that you usually use only 64 chars for one string, but this you can upper:

Код:
#define MAX_STRING 128 //Now you can use 128 chars
#include <tm> //the define must be over the included Include !
Example:
Код:
SendTimeMessage(playerid,0xFF4800FF,10,"hi1","hi2","hi3");
This would send "hi1" directly after 10 seconds "hi2" and after 10 seconds after "hi2" it would send "hi3" and so on

Download:
Source-Code: Pastebin

I hope you enjoy it and give me a little Feedback
Reply


Messages In This Thread
SendTimeMessage - by Kaliber - 30.01.2013, 06:37
Re: SendTimeMessage - by [GF]Logic - 30.01.2013, 07:06
Re: SendTimeMessage - by karolis1478 - 30.01.2013, 10:00
Re: SendTimeMessage - by XtremeR - 30.01.2013, 10:11
Re: SendTimeMessage - by Madeline - 30.01.2013, 10:39
AW: SendTimeMessage - by Kaliber - 30.01.2013, 11:39

Forum Jump:


Users browsing this thread: 1 Guest(s)