22.10.2015, 18:28
Hello, MYSQL using R39, and when it comes 2-3 players on server, and I'm already entered the server, I change the game ID in the variable pInfo[playerid][pID].
I always change only number 48.
Server Message: ID: 48
pInfo[playerid][pID] is 1, 1 is my pID from DataBase MYSQL! Not 48.
Please help.
I always change only number 48.
Код HTML:
CMD:debug(playerid, params []) { new st[100]; format(st, sizeof(st), "ID: %d", pInfo[playerid][pID]); SendClientMessage(playerid, -1, st); return 1; }
pInfo[playerid][pID] is 1, 1 is my pID from DataBase MYSQL! Not 48.
Please help.