SA-MP Forums Archive
Help with house - 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 with house (/showthread.php?tid=280047)



Help with house - [MKD]Max - 30.08.2011

hello guys i was to do something its when i do sell for house that i owned delete the player name from house file

for e.x


Blalb/Houses/Users/Blala.ini


now this players file blala get delete from House File when he sell his house how please help


Re: Help with house - [MG]Dimi - 30.08.2011

PHP код:
new file[128],pName[24];
GetPlayerName(playerid,pName,24);
format(file,128,"/Blalb/Houses/Users/%s.ini",pName);
dini_Remove(file); 
Should work,


Re: Help with house - [MKD]Max - 30.08.2011

thanks man i owe one


Re: Help with house - [MG]Dimi - 30.08.2011

No problem