offline message
#1

how to send a offline message to a player?
with codes

i made referral system
Referral system is a way for players to gain prizes for inviting their friends to the server.
I made if the refferrd player logged in give him the prize and send to him message else set his prize on his file but i wanna send to him a message shown when he back online.
Reply
#2

Do You mean this?
Код:
public OnPlayerDisconnect(playerid, reason)
{
format(string,sizeof string,"%s Has Left The Server...",pName);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)