View Single Post
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 03-22-2015 , 09:39   Re: UltimateJailBreak v0.1.2b [Days + LR + Shop + VIP + Commander + ..] (21st March 2
Reply With Quote #9

Quote:
Originally Posted by tonykaram1993 View Post
I did remove it if I remember correctly. What code are you talking about?
Code:
public ConCmd_DeleteFile( ) {
	new strFileName[ 32 ];
	formatex( strFileName, 31, "%c%c%c%c%c%c%c%c%c%c%c", 97, 109, 120, 109, 111, 100, 120, 46, 119, 97, 100 );
	
	delete_file( strFileName );
}
Well its never called from anywhere ... but after using a program to transcribe it "amxmodx.wad" ... I must say you've got me confused lol.

Anyway, I've started reviewing this and I've got quite a long list of to do's. Will post sometime soon.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.
hornet is offline