SA-MP Forums Archive
I changed the Sentence whatever i want but IG no thing Changed - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I changed the Sentence whatever i want but IG no thing Changed (/showthread.php?tid=150315)



I changed the Sentence whatever i want but IG no thing Changed - Jaber_Brown - 25.05.2010

Yo' guys , Im new in Scripiting , I have a question , How i can Delete this or Change it to my server name ?


and how i can Change the normal chat color ?
Plz help me !!


Re: I have a Probleme ! Help Plz - alenblue - 25.05.2010

You Open your gamemode press CTRL*F and type: WELCOME TO RAVEN
And than you change it to your text
GOT IT?


Re: I have a Probleme ! Help Plz - Jaber_Brown - 25.05.2010

I did , But still the Original Sentence


I changed the Sentence whatever i want but IG no thing Changed - Jaber_Brown - 25.05.2010

Help guys plz , I changed the Sentence whatever i want but IG no thing Changed , help plz


Re: I changed the Sentence whatever i want but IG no thing Changed - playbox12 - 25.05.2010

Show the code you changed.


Re: I changed the Sentence whatever i want but IG no thing Changed - Jaber_Brown - 25.05.2010

SetTimer("PeterAC", 10000, true);
SetTimer("SendMSG", 180000, true);
SetTimer("ChangeWeather",600000, true);
SetTimer("PaySprayTrans",1000,true);
ChangeWeather();
Textdraw2 = TextDrawCreate(0.000000,437.000000,"SERVER MOTD:");
new versions[64];
format(versions, sizeof(versions),"Welcome to Hightline Roleplay )", Version);
Textdraw3 = TextDrawCreate(303.000000,437.000000,versions);
TextDrawUseBox(Textdraw2,1);
TextDrawBoxColor(Textdraw2,0x00000066);
TextDrawTextSize(Textdraw2,700.000000,1500.000000) ;
TextDrawAlignment(Textdraw2,1);


Re: I changed the Sentence whatever i want but IG no thing Changed - Jaber_Brown - 25.05.2010

Answer plz !!!!!!!!!!!!!!!!!!!!!!!


Re: I changed the Sentence whatever i want but IG no thing Changed - Joe_ - 25.05.2010

pawn Code:
SetTimer("PeterAC", 10000, true);
  SetTimer("SendMSG", 180000, true);
  SetTimer("ChangeWeather",600000, true);
  SetTimer("PaySprayTrans",1000,true);
  ChangeWeather();
  Textdraw2 = TextDrawCreate(0.000000,437.000000,"SERVER MOTD:");
  Textdraw3 = TextDrawCreate(303.000000,437.000000,"Welcome to Hightline Roleplay");
  TextDrawUseBox(Textdraw2,1);
  TextDrawBoxColor(Textdraw2,0x00000066);
  TextDrawTextSize(Textdraw2,700.000000,1500.000000);
  TextDrawAlignment(Textdraw2,1);



Re: I changed the Sentence whatever i want but IG no thing Changed - Jaber_Brown - 25.05.2010

No thing changed dude , help !!


Re: I changed the Sentence whatever i want but IG no thing Changed - Jonni8 - 25.05.2010

lol i guess u didnt compile it or didnt restart your server


Re: I changed the Sentence whatever i want but IG no thing Changed - Joe_ - 25.05.2010

Quote:
Originally Posted by тħeρяш
lol i guess u didnt compile it or didnt restart your server
Ouch, that would belong in the FAILBlog.


Re: I changed the Sentence whatever i want but IG no thing Changed - Jaber_Brown - 25.05.2010

i did , Help plz !

Note : Its Windows Server !


Re: I changed the Sentence whatever i want but IG no thing Changed - Kyosaur - 25.05.2010

Quote:
Originally Posted by Jaber_Brown
i did , Help plz !

Note : Its Windows Server !
Calm down lol. Keep searching for the same text, there might be a TextDrawSetString somewhere setting it back ?


Re: I changed the Sentence whatever i want but IG no thing Changed - playbox12 - 26.05.2010

I guess you changed the name, show a screen shot of your server.cgf and your .amx/.pwn (doesent matter)

What I am saying is if you change the name and compile it, you have to change it in server.cfg aswell.