Advertisement
Rochet2

Untitled

Jan 5th, 2015
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local function OnPlayerCommand(event, player, command)
  2.     if (command == "test") then
  3.         player:SummonCreature(26, player:GetLocation())
  4.         return false
  5.     end
  6. end
  7.  
  8. RegisterPlayerEvent(42, OnPlayerCommand)
  9. RegisterCreatureEvent(36, 22, print)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement