Is this possible?
#4

Try a 'global' string, if you understand what I mean.
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
}
maybe something like that :')
Reply


Messages In This Thread
Is this possible? - by SkizzoTrick - 03.01.2011, 18:55
Re: Is this possible? - by Kwarde - 03.01.2011, 18:56
Re: Is this possible? - by SkizzoTrick - 03.01.2011, 18:59
Re: Is this possible? - by Kwarde - 03.01.2011, 19:03
Re: Is this possible? - by SkizzoTrick - 03.01.2011, 19:06
Re: Is this possible? - by Kwarde - 03.01.2011, 19:26
Re: Is this possible? - by SkizzoTrick - 03.01.2011, 20:00
Re: Is this possible? - by Kwarde - 03.01.2011, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)