MPhil

Untitled

Sep 10th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. function callShoppingGUI(player)
  2.     triggerClientEvent(player), "onCall", player))
  3.     pl = getPlayerName(player)
  4.     outputChatBox(pl)
  5. end
  6.  
  7. addCommandHandler("gui", callShoppingGUI)
Advertisement
Add Comment
Please, Sign In to add comment