Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* PSM 2014 */
- #include <a_samp>
- public OnGameModeInit() {
- for(new i = 0; i <= 299; i++) {
- AddPlayerClass(i, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
- }
- return true;
- }
- public OnPlayerConnect(playerid) {
- ApplyAnimation(playerid, "PAULNMAC", "wank_in",4.1, 1, 1, 1, 0, 0, 1);
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement