Jump to content
  • 0

cum sa trimit un text catre player?


Guest AlexgO

Question

4 answers to this question

Recommended Posts

folosesti un fs pt reclame :D



new reclame[][]={
"Azi numai aici primiti paine si lapte gratis",
"In fiecare sambata la ora 19:00 va fi cate o extragere la lotto!!!",
"tralala"
};
forward Reclame();
public Reclame()
{
SendClientMessageToAll(Culoare, reclame[random(sizeof(reclame))]);
return 1;
}
///daca vrei sa bagi in GM,pui la OnGameModeInit
OnFilterScriptInit()
{
SetTimer("Reclame",2*6000,1);
return 1;
}


Pt Culoare pui codul de la culoare care o selectezi de mai jos,si o pui la SendClientMessageToAll

http://www.src-clan.info/flash/ColorPicker.swf

Daca vrei sa le trimita mai rar ,la SetTimer,in loc de 2,pui dupa cate minute sa trimita

Daca vrei sa mai adaugi mesage,pui la reclame,dar TOTDEAUNA ULTIMA TREBUIE SA NU AIBA ,    si restu sa aiba ,

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.