Quote:
Originally Posted by exora
pawn Код:
if(!strcmp(GetName(playerid), dini_Get(string, "Owner"), true)) { ... }
|
dont work
now it always say: You have no keys for this car.
Quote:
Originally Posted by DeathOnaStick
Shouldn't it be like this:
pawn Код:
if(!strcmp(GetName(playerid)&&dini_Get(string, "Owner"), true)==1) { ... }
Correct me if im wrong.
Cheers.
|
dont work..