09.12.2016, 16:35
So i tried today to test the gamemode again and it seems everything is bugged!
- I tried to make a faction with /factionmanager and it seems it bugs cause it doesnt show in /factionmanager the faction i created!
- I tried to check /admins to see me on the list of admins and it says:
So far for me the gamemode is bugged, i didnt find yet what's the problem, i removed everything from MYSQL(phpmyadmin) to add from zero all cars,factions,faction vehicles e.t.c! I need someone to clarify me about this issues & bugs and how to fix them!
Edit: I updated the plugins with latest ones and now i get this 6 warnings:
- I tried to make a faction with /factionmanager and it seems it bugs cause it doesnt show in /factionmanager the faction i created!
- I tried to check /admins to see me on the list of admins and it says:
Code:
[19:22:36] Administrators: [19:22:36] > [ERROR] Command not recognized, please check the command and try again. For more help please refer to /help or /n.
Edit: I updated the plugins with latest ones and now i get this 6 warnings:
Code:
modules/business/functions.pwn(184) : warning 213: tag mismatch modules/business/functions.pwn(194) : warning 213: tag mismatch modules/houses/functions.pwn(127) : warning 213: tag mismatch modules/houses/functions.pwn(149) : warning 213: tag mismatch (3446) : warning 213: tag mismatch (3481) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Warnings. --- 184: Business[id][LabelID] = CreateDynamic3DTextLabel(str, COLOR_WHITE, Business[id][PosX],Business[id][PosY],Business[id][PosZ], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 10.0); 194: Business[id][LabelID] = CreateDynamic3DTextLabel(str, COLOR_WHITE, Business[id][PosX],Business[id][PosY],Business[id][PosZ], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 10.0); 127: Houses[id][LabelID] = CreateDynamic3DTextLabel(str, COLOR_WHITE, Houses[id][PosX],Houses[id][PosY],Houses[id][PosZ], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 10.0); 149: Houses[id][LabelID] = CreateDynamic3DTextLabel(str, COLOR_WHITE, Houses[id][PosX],Houses[id][PosY],Houses[id][PosZ], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 10.0); 3446: [I]Icons[i][LabelID] = CreateDynamic3DTextLabel(str, COLOR_WHITE, Icons[i][PosX],Icons[i][PosY],Icons[PosZ], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 10.0); 3481: Icons[id][LabelID] = CreateDynamic3DTextLabel(str, COLOR_WHITE, Icons[id][PosX],Icons[id][PosY],Icons[id][PosZ], 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, -1, -1, -1, 10.0);