29.01.2019, 14:57
Quote:
Try using
Код:
Ply_Info[MAX_PLAYERS][Ply_Data] //place the things inside the Ply_Data instead of the " Ply_Data " /* Example: If(FetchDataFromPly_Data(playerid, Ply_Data:Ply_Level) > 0) { Ply_Info[playerid][Ply_Level] = 3; } */ |
Also I can't access "Ply_Info" in the other file. It is declared in the main file only. That's the point of creating such a function at first.