30.08.2012, 21:28 
	
	
	
		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 ;/ 
Can someone edit this for me please?
	
	
	
	
Код:
 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;
}


