15.03.2017, 23:13
Quote:
Try to add "bool:" before the "dini_Bool(...)".
Код:
PlayerInfo[playerid][GangOwner] = bool:dini_Bool(UserFile, "GangOwner"); |
but when iam at server and write any cmds for this FS not working why ? this FS #using
PHP код:
#define FILTERSCRIPT
#include <a_samp>
#include <streamer>
#include <Dini>
#include <sscanf2>
#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1