SA-MP Forums Archive
help 3d label - 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: help 3d label (/showthread.php?tid=657627)



help 3d label - CaptainBoi - 12.08.2018

i have done with property renting system
now i m getting problem is
i wnt to show all tenants name who do /rentprop
but its just replacing his name
help here
PHP код:
new maxtenants dini_Int(AddDirFile(dir_propfilesgiveplayer), "maxtenants");
    
format(tmp2100"renter%d"maxtenants+1);
format(tmpsizeof(tmp), "Owner: %s\nTolet: $%d per day\nTenants: %s\n"dini_Get(AddDirFile(dir_propfilesgiveplayer), "owner"), dini_Int(AddDirFile(dir_propfilesgiveplayer), "rentcost"), dini_Get(AddDirFile(dir_propfilesgiveplayer), tmp2));
    
Update3DTextLabelText(ptextlabel[areatype[playerarea[playerid]][1]], COLOR_ORANGEtmp);