12.04.2013, 23:21
Okay, I want it so it is like...
When you use /updatelist 'this is a test'
then when someone uses /updates they see something like...
Not Launched - 'this is a test'
But lets say I do /gmx then when server restarts and someone types /updates they see this.
Launched - 'this is a test'
I think I know how to do it... something like this
format(string, sizeof(string), "%s - %s\r\n", GMXtext, params);
as of now it is
format(string, sizeof(string), "%s\r\n", params);
If I am not wrong for the GMXtext it should be in something like this
stock GMXtext(playerid)
{
What ever would be here to know if a GMX has happen since I had added the updates
}
Please Please please help me
When you use /updatelist 'this is a test'
then when someone uses /updates they see something like...
Not Launched - 'this is a test'
But lets say I do /gmx then when server restarts and someone types /updates they see this.
Launched - 'this is a test'
I think I know how to do it... something like this
format(string, sizeof(string), "%s - %s\r\n", GMXtext, params);
as of now it is
format(string, sizeof(string), "%s\r\n", params);
If I am not wrong for the GMXtext it should be in something like this
stock GMXtext(playerid)
{
What ever would be here to know if a GMX has happen since I had added the updates
}
Please Please please help me