SendClientMessage Doesn't work
#1

I got this

pawn Код:
if(Property[h][hRentabil] == 0)
                            {
                                format(string,sizeof(string), "You are standing %s's porch.",Property[h][hOwner]);
                                SendClientMessage(i,COLOR_WHITE,string);
                                //format(string, sizeof(string), " ~b~  %s~n~~w~Owner:~g~ %s",Property[h][hDiscription],Property[h][hOwner]);
                            }
But in game nothing happen
Reply
#2

Use print() to check if the code is being called under this:

pawn Код:
if(Property[h][hRentabil] == 0)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)