Guest User

Untitled

a guest
May 28th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #pragma semicolon 1
  2. #include <sourcemod>
  3. #include <colors>
  4.  
  5. public Action:PrintMsg(Handle:timer){
  6. CPrintToChatAll("{green}[{olive}TFV{green}] {default}Type {olive}!rules {default}to read up on the server rules.");
  7. return Plugin_Continue;
  8. }
Add Comment
Please, Sign In to add comment