Guest User

Untitled

a guest
Jun 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. stock PlayerFile(id)
  2. {
  3. new int[128];
  4. format(int,128,"DeathMatch/Users/%s_%d.ini",GetName(id),playerID++);
  5. return int;
  6. }
Add Comment
Please, Sign In to add comment