03.01.2011, 19:03
Try a 'global' string, if you understand what I mean.
And did you had this?:
maybe something like that :')
And did you had this?:
pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
if( !strcmp(CarInfo[newcar][cOwner], pName, false) ){ //Why the 'false'? Well, now it's case sensitive
//do something
}
else{
//Not owner
}