Need some advanced help..
#1

Hi, im trying to let pUrzednik give out licenses by typing /dp PLAYERID i tried so much, i asked for help here i thought i can do it, then pow again, im just stuck this gives me no errors but just dont work, and i think when i restart my server after i use it, it deletes all accounts ;/
Код:
 CMD:dp(playerid, params[])
{
new targetid;
if(sscanf(params,"ui", targetid)) return SendClientMessage(targetid, COLOR_YELLOW, "Dostales KarteMotorowerowa z ograniczeniem do 125cc");
new INI:File = INI_Open(UserPath(targetid));
INI_WriteString(File, "KartaMotorowerowa", "1");
INI_Close(File);
return 1;
}
Can someone edit this for me please?
Reply


Messages In This Thread
Need some advanced help.. - by MatZZPL - 30.08.2012, 21:28
Re: Need some advanced help.. - by BrandyPenguin - 30.08.2012, 21:33
Re: Need some advanced help.. - by Johnson_Brooks - 30.08.2012, 21:34
Re: Need some advanced help.. - by MatZZPL - 30.08.2012, 21:40

Forum Jump:


Users browsing this thread: 1 Guest(s)