SA-MP Forums Archive
SendClientMessage Doesn't work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SendClientMessage Doesn't work (/showthread.php?tid=424088)



SendClientMessage Doesn't work - Jaber_Brown - 20.03.2013

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


Re: SendClientMessage Doesn't work - Scenario - 20.03.2013

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

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