15.02.2011, 02:58
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.
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.