Please need som help with 2 Parts - 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: Please need som help with 2 Parts (
/showthread.php?tid=70589)
Please need som help with 2 Parts -
Vellor - 25.03.2009
Hello everybody.
I have some problems with making 2 kind of diffrent lines in the GM Pwn File.
I just want to request some help with 2 easy lines and if you can help me with it.
Well here it comes:
1. I want to make a line in the pwn that cast out a Text when a player have connected to the server, (a.k.a /cnnn line) (Example: /cnnn ~n~ ~b~ Welcome ~n~ ~r~ To ~n~ ~g~ My Server).
2. I would allso want the GM pwn allso called Server to write a message every x min, (Example: Make sure to register on our forum with your name!) ('NEW LINE': "link").
I have searched around this forum a bit and i havn't found anything that can help me with the 2 parts.
Please can you help me with this. Im kind of new to this kind of stuff and wants to learn a bit.
Regards,
Vellor
Re: Please need som help with 2 Parts -
ICECOLDKILLAK8 - 25.03.2009
GameTextForPlayer
Re: Please need som help with 2 Parts -
Vellor - 25.03.2009
Quote:
Originally Posted by JeNkStAX
GameTextForPlayer 
|
GameTextForPlayer? Sorry im prittybad at this..
I know were to put the stuff.. But i dont know how to make the Script CODE. :/
Could i get more info please.
Regards,
Vellor
Re: Please need som help with 2 Parts -
Vellor - 26.03.2009
Okey, I have found out how to Make the Server Cnnn Part.. But i still cant figure out the "Server Advertisements".
Somebody that know how to?
Re: Please need som help with 2 Parts -
Oxside - 26.03.2009
For the first one:
Must it be a command?
or a welcome message?
Welcome message:
Put this under OnplayerConnect:
GameTextForPlayer(playerid, "here your text");
Re: Please need som help with 2 Parts -
Dujma - 26.03.2009
2.
http://forum.sa-mp.com/index.php?topic=76971.0
Re: Please need som help with 2 Parts -
Vellor - 26.03.2009
Quote:
Originally Posted by Dujma
|
Okey, Thanks i will try it as soon i have went out with my dog. :P
Regards,
Vellor