05.04.2010, 15:07
OnPlayerPrivMessage and OnPlayerInfoChange have been removed in 0.3.
As for your redefinition, the compiler is telling you that there is already something called "MAX_PICKUPS" which is in a_samp.inc. If you want to change that, put "#undef MAX_PICKUPS" BEFORE the define.
k?
As for your redefinition, the compiler is telling you that there is already something called "MAX_PICKUPS" which is in a_samp.inc. If you want to change that, put "#undef MAX_PICKUPS" BEFORE the define.
k?