Is it possible to update gametextforplayer?
#6

Try this sir:

pawn Код:
if(strcmp(HouseOwner[x],"Nobody",true,5)) // This will check if it's not Nobody, but if it was, it would be if(!strcmp.
                {
                    OwnedString[x] = format(string, sizeof(string), "~g~Address:~w~ %s ~n~ ~g~Owner:~w~ %s", HouseName[x], HouseOwner[x]);
                }
                else
                {
                    UnOwnedString[x] = format(string, sizeof(string), "~r~For Sale : %s~n~~w~Price: $%d~n~~b~Type '/buyhouse' to purchase.", HouseName[x], HousePrice[x]);
                }
Reply


Messages In This Thread
Is it possible to update gametextforplayer? - by Dokins - 03.12.2011, 12:50
Re: Is it possible to update gametextforplayer? - by MP2 - 03.12.2011, 12:57
Re: Is it possible to update gametextforplayer? - by Dokins - 03.12.2011, 12:59
Re: Is it possible to update gametextforplayer? - by MP2 - 03.12.2011, 13:10
Re: Is it possible to update gametextforplayer? - by Dokins - 03.12.2011, 13:11
Re: Is it possible to update gametextforplayer? - by Emmet_ - 03.12.2011, 13:15
Re: Is it possible to update gametextforplayer? - by Dokins - 03.12.2011, 13:21
Re: Is it possible to update gametextforplayer? - by Dokins - 03.12.2011, 13:38
Re: Is it possible to update gametextforplayer? - by HB - 03.12.2011, 13:44

Forum Jump:


Users browsing this thread: 1 Guest(s)