DINI HELP - 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: DINI HELP (
/showthread.php?tid=338554)
DINI HELP -
ColdRain - 30.04.2012
GetPlayerName(playerid, pname, sizeof(pname));
format(str1, sizeof(str1), "UrCnr/Users/Cars/%s/%s",udb_encode(pname),GetVehicleID(playerid));
dini_Create(str1);
if (dini_Exists(str1))
{
i did like this line but when i go ingame and use command its doesnt give me the file with playername is give .txt ... please help me how i can make the pname show as folder ingame ?