Advertisement
Hyuna

Loading Song

Nov 15th, 2012
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. new const SONG [] = "soundfile.mp3";
  4.  
  5. public plugin_init() register_plugin("Loading Song","1.0","Hyuna");
  6.  
  7. public plugin_precache() precache_sound(SONG);
  8.  
  9. public client_connect(id) client_cmd(id,"mp3 play ^"sound/%s^"",SONG);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement