10.03.2010, 13:52
Join Messages
10.03.2010, 14:09
we dont understand what you want to do, change color? put it in the death message? center it? what.. give more details or nobody will help
10.03.2010, 14:10
Put in death message... you could look the pic...
10.03.2010, 14:10
i think you mean like that
public OnPlayerConnect
new string[128];
format(string, sizeof(string), "%s Has Connected To SA-MP`s Finest.", pname);
public OnPlayerDisconnect
new string[128];
format(string, sizeof(string), "%s Has left SA-MP`s Finest.", pname);
public OnPlayerConnect
new string[128];
format(string, sizeof(string), "%s Has Connected To SA-MP`s Finest.", pname);
public OnPlayerDisconnect
new string[128];
format(string, sizeof(string), "%s Has left SA-MP`s Finest.", pname);
10.03.2010, 14:13
Quote:
|
Originally Posted by [SF
robmob ]
i think you mean like that public OnPlayerConnect new string[128]; format(string, sizeof(string), "%s Has Connected To SA-MP`s Finest.", pname); public OnPlayerDisconnect new string[128]; format(string, sizeof(string), "%s Has left SA-MP`s Finest.", pname); |
10.03.2010, 14:14
Quote:
|
Originally Posted by ikarus
Put in death message... you could look the pic...
|
i dont think its possible tho
10.03.2010, 14:15
do you mean when someone logs into your server you want it to show in the death clock and when the leave same thing ?
10.03.2010, 14:15
Quote:
|
Originally Posted by jamesbond007
Quote:
i dont think its possible tho |
10.03.2010, 14:16
Quote:
|
Originally Posted by [SF
robmob ]
do you mean when someone logs into your server you want it to show in the death clock and when the leave same thing ? |
10.03.2010, 14:19
SendDeathMessage(killerid, playerid, reason);
this is what adds your kills to the death clock so i would try something with that let me test on my server
this is what adds your kills to the death clock so i would try something with that let me test on my server
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)


