Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2008
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (strcmp("/open", cmdtext, true, 5) == 0)
  2. {
  3. MoveObject(margate,106.892,-1758.228,-9.669,5);
  4. return 1;
  5. }
  6.  
  7. if (strcmp("/close", cmdtext, true, 6) == 0)
  8. {
  9. MoveObject(margate,106.933,-1758.250,-0.533,5);
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement