27.08.2014, 22:50
hi all...
i got a problem while making my dealership system
when i loop trough all vehicle, i compare the vehicle owner's name. but, when the name are the same with my nickname, it's detected as different name :/
it's print a blank value, but i can see my nickname there.
i meant like this
i got a problem while making my dealership system
when i loop trough all vehicle, i compare the vehicle owner's name. but, when the name are the same with my nickname, it's detected as different name :/
pawn Код:
// inside of loop
if(!strcmp(pName(playerid), vInfo[SavedVeh[d]][Name], false))
{
printf("%s",vInfo[SavedVeh[d]][Name]);
continue;
}
i meant like this
Quote:
Originally Posted by samp.exe
blank
blank blank AiRa_ blank blank blank blank |