26.02.2012, 15:39
Use strcmp instead of using ==, since you are trying to compare strings not integers or floats.
And also, change the array into this:
pawn Код:
if(!strcmp(boughtcar[playerid], "dumper"))
pawn Код:
new boughcar[MAX_PLAYERS][64];