06.11.2010, 05:27
Quote:
So I am creating a house system, I need to see if the player's name equals the owner of
pawn Код:
What is the proper way to do this? |
pawn Код:
if(!strcmp(hOwner[hid], pName[playerid], true)) {
So I am creating a house system, I need to see if the player's name equals the owner of
pawn Код:
What is the proper way to do this? |
if(!strcmp(hOwner[hid], pName[playerid], true)) {