Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // @Author: [iPs]SuYaNw
- // @FUNC: Cria comandos na lingugaem PHP
- <form action='convtert.php' method='post' name='eita'> <input type='input' value='Comando por exemplo, /Drift' name='cmd' onclick='javsacript:document.eita.cmd.value = ""' size=50/><br /><textarea cols='100' rows='10' name='recebvi' onclick='javsacript:document.eita.recebvi.value = ""'>Digite aqui oque o comando terĂ¡ que fazer.</textarea> <input type='submit' /> </form>
- <?php
- if(isset($_POST['recebvi']))
- {
- $et = $_POST["recebvi"];
- $com = $_POST['cmd'];
- echo "<hr><font size='5'>Adicione isto no OnPlayerCommandText:</font><br><br><br> <font color='blue'><b>if</b></font>(!strcmp(cmdtext,<font color='blue'>\"/$com\"</font>, <font color='blue'><b>true</font></b>))<br>{<br> $et<br> <font color='blue'><b> return true</b></font>;<br>} ";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment