Code 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: Code Help (
/showthread.php?tid=398209)
Code Help -
truckingserver - 08.12.2012
Quote:
new name[MAX_PLAYER_NAME],string[256];
GetPlayerName(playerid,name,sizeof(name));
format(string,256,"Players/%s.ini",name);
INI_ParseFile(string,"LoadLicense", .bExtra=true, .extra=playerid);
|
Hey
I need help
I know that there need to create file or folder
Where , and what file ?
Please Help : )
Re: Code Help - Guest9328472398472 - 08.12.2012
Refer to this,
https://sampforum.blast.hk/showthread.php?tid=175565
Re: Code Help -
truckingserver - 08.12.2012
Quote:
Originally Posted by Brandon Javorsky
|
I know that is INI but please say me , im am bad with EN and Scripting
Re: Code Help - Guest9328472398472 - 08.12.2012
If you read what it tells you to do, then you will understand. The same thing I would tell you is the same thing found in that thread. Don't be lazy, read. It's not that hard.
If you don't know how to script, get someone to script for you.
Re: Code Help -
truckingserver - 08.12.2012
Do i need create folder or file ?
Re: Code Help - Guest9328472398472 - 08.12.2012
Yes, you will need to have the folder there for it to work.
Re: Code Help -
truckingserver - 08.12.2012
In ScriptFiles ?
Re: Code Help - Guest9328472398472 - 08.12.2012
Quote:
Originally Posted by truckingserver
In ScriptFiles ?
|
I don't know you tell me...
Yes
Re: Code Help -
truckingserver - 08.12.2012
ScriptFiles/Players Thats All ?
Re: Code Help - Guest9328472398472 - 08.12.2012
Quote:
Originally Posted by truckingserver
ScriptFiles/Players Thats All ?
|
No, just in the main directory of scriptfiles - Or wherever you set it in the script to save to under Scriptfiles.