09.02.2011, 19:26
pawn Code:
if(GetPlayerCash(playerid) >= 200)
pawn Code:
if (strcmp(stat, "Cash", true) == 0)
pawn Code:
new stat[32];
Personally, I say, use zcmd, that is the most easiest command system. Its faster and a lot easier to learn than the strcmp.