30.01.2013, 06:37
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:
Limits:
You can define your own Limit
Look:
The other Limit is, that you usually use only 64 chars for one string, but this you can upper:
Example:
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
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,---);
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 !
Код:
#define MAX_STRING 128 //Now you can use 128 chars #include <tm> //the define must be over the included Include !
Код:
SendTimeMessage(playerid,0xFF4800FF,10,"hi1","hi2","hi3");
Download:
Source-Code: Pastebin
I hope you enjoy it and give me a little Feedback