Posts: 1,504
Threads: 109
Joined: Jan 2012
Hello, how can I send messages to a player after player spawns from logging-in and not spawned from death?
Thanks!
Posts: 1,504
Threads: 109
Joined: Jan 2012
Quote:
Originally Posted by moadi
|
I guess you didn't understand, I meant when a player spawns after he connects to a server and not send the message after the player dies.
Posts: 74
Threads: 11
Joined: May 2013
Reputation:
0
Search in your script a function like "OnPlayerLogin(playerid)" or "LoginPlayer(playerid)",etc.
Just add a line there with the native: SendClientMessage. For sending the message.