Advertisement
Shiny_

Untitled

Jul 16th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.32 KB | None | 0 0
  1. /* PSM 2014 */
  2. #include <a_samp>
  3.  
  4. public OnGameModeInit() {
  5.     for(new i = 0; i <= 299; i++) {
  6.         AddPlayerClass(i, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
  7.     }
  8.     return true;
  9. }
  10.  
  11. public OnPlayerConnect(playerid) {
  12.     ApplyAnimation(playerid, "PAULNMAC", "wank_in",4.1, 1, 1, 1, 0, 0, 1);
  13.     return true;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement