View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-22-2012 , 07:59   Re: JailBreak Achievements System v1.0.0 [NapoleoN#]
Reply With Quote #8

Quote:
I tested my plugin and nVault really worked.
Really ? I don't see the handle retrieved.

Code:
	// nVault
	nvault_open("AchievementSystem")
}
Quote:
Also, i'm using CmdStart getting the distance
Such forward is called very often, and you don't need to be that precise. A timer of 0.1 or even 1.0 would be largely enough.

Quote:
The Achievements API has been posted to make your own achievements as far as i've seen.
Can you tell me which part is hardcoded?
That's the point. Use the existing API to make groups of achievements, which make your plugin redundant.
You hardcode achievements. I don't see reasons to not use the provided API.
__________________
Arkshine is offline