/* * DMap 0.4 * (c) Copyright 2008 by DracoBlue * * @author : DracoBlue (http://dracoblue.com) * @date : 26th Aug 2008 * @update : 31st Jan 2009 * @requires djson 1.5.2 * * This file is provided as is (no warranties). * * Feel free to use it, a little message in * about box is honouring thing, isn't it? * */ #include forward dmap_TIMER(); new dmap_saved[MAX_PLAYERS]; public dmap_TIMER() { new Float:tmp_float; new Float:tmp_floatx,Float:tmp_floaty; new tmp[255]; new tmp2[255]; djAutocommit(false); for (new i=0;i DMap 0.3 // (c) 2008 DracoBlue // http://www.dracoblue.net"); printf(" Loading ..."); djson_GameModeInit(); djCreateFile("dmap_feed.json"); SetTimer("dmap_TIMER",5000,1); printf(" .. done!"); }