Advertisement
Guest User

giveitem.php

a guest
Aug 20th, 2014
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2. error_reporting(E_ALL ^ E_NOTICE);
  3. include_once('shop.php');
  4.  
  5. $rcon = new CServerRcon('127.0.0.1', 28015, '1212');
  6. if($rcon->Auth())
  7. {
  8. $rcon->rconCommand("serv.give [xfvalue_itemid] [xfvalue_itemname] 10");
  9. $rcon->rconCommand('say "Предмет с магазина выдан"');
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement