Guest User

Untitled

a guest
Jan 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. public OnPlayerConnect(playerid)
  2. {
  3. format(string, sizeof(string), "** Gracz %d (id:%d) dołączył do serwera. **", GetName(playerid), playerid );
  4. SendClientMessageToAll(Czerwony, string);
  5. SendClientMessage(playerid, Czerwony, "Witaj na serwerze drift By TmK");
  6. SendClientMessage(playerid, Czerwony, "Zapoznaj się z naszym regulaminem który jest pod /reg");
  7. SendClientMessage(playerid, Czerwony, "Wszystkie pomoce znajdziesz pod /help");
  8.  
  9.  
  10. return 1;
  11. }
Add Comment
Please, Sign In to add comment