05.01.2012, 06:28
I have a y_ini register system (by Kush i think) and i want to make when player join the server get (for ex.) 1000$ here is what i made:
Thanks in advance!
PHP код:
INI_WriteInt(File,"Money",1000); //i want to get 1000$ when i join the server
INI_WriteInt(File,"Score",0);
INI_WriteInt(File,"Admin",0);
INI_WriteInt(File,"Kills",0);
INI_WriteInt(File,"Deaths",0);
INI_WriteInt(File,"Skin",0);