Advertisement
Guest User

asd

a guest
Jul 23rd, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. public sacuvajigraca;
  2. format(var, 32, "Komunalno=%s\n",PlayerInfo[playerid][pVremeZaSmetki1]);fwrite(hFile, var);
  3. format(var, 32, "Voda=%s\n",PlayerInfo[playerid][pVremeZaSmetki2]);fwrite(hFile, var);
  4. format(var, 32, "Struja=%s\n",PlayerInfo[playerid][pVremeZaSmetki]);fwrite(hFile, var);
  5. public onplayerlogins;// gi imas ovie?
  6. if( strcmp( key , "Struja" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pVremeZaSmetki] = strval( val ); }
  7. if( strcmp( key , "Komunalno" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pVremeZaSmetki1] = strval( val ); }
  8. if( strcmp( key , "Voda" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pVremeZaSmetki2] = strval( val ); }
  9. //----------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement