Advertisement
SjoerdPSV

Untitled

Jul 25th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. function speakercommand(thePlayer)
  2.     if (exports.GTIutil:isPlayerInTeam(thePlayer, "Government")) then
  3.         triggerClientEvent ( thePlayer, "openGUI", thePlayer )
  4.     end
  5. end
  6. addCommandHandler ("placeVeh", speakercommand)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement