Code:
public mesaj1(id)
{
client_cmd(0,"spk ^"life in three seconds^"");
ColorChat(id, GREEN, "[^x03 %s^x04 ]^x01 |---------------^x04 LiVE !^x01 ---------------|");
}
public mesaj2(id)
{
ColorChat(id, GREEN, "[^x03 %s^x04 ]^x01 |---------------^x04 LiVE !^x01 ---------------|");
}
public mesaj3(id)
{
ColorChat(id, GREEN, "[^x03 %s^x04 ]^x01 |---------------^x04 LiVE !^x01 ---------------|");
}
You need to add an extra argument to the function, which is the string %s will be replaced by.