15.02.2011, 03:14
Quote:
Please learn to debug.. If you're offering professional scripting services you should know how to debug your own code...
if( TeleportPickup[id][1] == -1 ) print( "Pickup 2 was not created." ); ^ You do that because there is nothing wrong with your syntax. If it prints Pickup 2 was not created, reply. Else check if something else could be effecting it. |
Lmao. Thanks for pointing that out, I can't believe I missed it.