08.06.2013, 14:45
You must use this
--When a player buy drugs:
This code add +1, i don't know how many drugs players buy, but that's +1.
so if they buy 2 drugs add that code twice...etc
+Command processor doesn't change anything on commands effect.
--When a player buy drugs:
Код:
g_pDrugs[playerid] ++;
so if they buy 2 drugs add that code twice...etc
+Command processor doesn't change anything on commands effect.

