11.07.2010, 15:04
You can't compare strings like that. Use strcmp.
https://sampwiki.blast.hk/wiki/Strcmp
pawn Код:
if(strcmp(BoughtCarsOwnerName[boughtcar], buyername) == 0)