Small request(its regarding sending messages when connecting)
#1

I hope you wont charge me for this, if you are then I can't pay you..

So it's either: Yes i'll try to help you because I am a kind loving awesome person!
OR: No stfu I wantz cash.


If you have chosen your answer, please proceedlol)


What I think is probably easy to script, but I just don't know how.
1. When you connect, instead of SendClientMessage so that they get a message in the chat, I want to create a message that pops up in the middle of the screen. A big one/small/medium whatever. But one of those.



Thank you once again


(( If you helped me on my last request regarding the "checkpoints/jobs" then I thank you now! Thank you SOO SO much! You are awesome scripters!!))


best regards
have a nice one..
Reply
#2

Under OnPlayerConnect write this:

pawn Код:
GameTextForPlayer(playerid, const string[], time, style);
Reply
#3

https://sampwiki.blast.hk/wiki/GameTextForPlayer
https://sampwiki.blast.hk/wiki/GameTextStyle
Reply
#4

pawn Код:
OnPlayerConnect(playerid)
{
GameTextForPlayer(playerid, "Welcome to the server or w/e you want..", 5000, 5);
return 1;
}
Try something like that..

Edit: too late.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)