nokizorque

Untitled

Apr 17th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. function setCameraOnPlayerJoin()
  2.     --fadeCamera(source, true, 5);
  3.     setCameraMatrix(client, 1331.82629, -1397.53198, 148.67239, 1524.91748, -1341.05884, 233.79474);
  4.     showPlayerHudComponent(client, "all", false);
  5.     showChat(client, false);
  6. end
  7. addEventHandler("onPlayerConnect", root, setCameraOnPlayerJoin);
Advertisement
Add Comment
Please, Sign In to add comment