Author
|
Thread |
 |
|
|
|
|
|
cpt^Claw

Joined: 05 Jun 2009
Posts: 2590
Location: War2 Council |
how does /icon work? i only haz default icon in my stash
|
Wed Nov 05, 2014 7:30 am |
|
|
|
Tupac

Joined: 12 Aug 2010
Posts: 1369
|
LOOOL _________________ Or you could just use Tupac's hacks and that'll really fuck shit up (you know, the one that likes to think he's the savior of war2 and an angel, ya.... that one).
|
Wed Nov 05, 2014 11:56 am |
|
|
test
Joined: 14 Oct 2005
Posts: 230
|
Just do what I did. Make a PHP hook and use PHP to do all your modified commands. That way, you can work on it WITHOUT having to restart every freakin time you make a change. The changes would simply be instantaneous. Every command I ever wrote that was custom for pvpgn was done with PHP because of the reboot factor. It also stops "server crashes" because if anything breaks, it's php that breaks, and not the server code itself. Besides, PHP is 10x easier to read and work with than Ansi C. Its not like you would be doing anything that requires multi-threading or high performance anyway. PHP would be perfect for the modifications you're making.
|
Wed Nov 05, 2014 12:58 pm |
|
|