Guest User

Untitled

a guest
Sep 9th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. new string2[256];
  2.  
  3. format(string2, sizeof(string2), "{FF9900}Username: {AFAFAF}%s \n{FF9900}Reason: {AFAFAF}%s \n{FF9900}Admin: {AFAFAF}%s \n{FF9900}Date & Time: {AFAFAF}%d/%d/%d %d:%d", PlayerName(pID), reason, PlayerName(playerid), Day, Month, Year, Hour, Minute);
  4.  
  5. SendClientMessage(pID, -1, string2);
Advertisement
Add Comment
Please, Sign In to add comment