[++REP] Change automatic ID!
#1

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.
Код HTML:
CMD:debug(playerid, params [])
{
    new st[100];
    format(st, sizeof(st), "ID: %d", pInfo[playerid][pID]);
    SendClientMessage(playerid, -1, st);
    return 1;
}
Server Message: ID: 48
pInfo[playerid][pID] is 1, 1 is my pID from DataBase MYSQL! Not 48.
Please help.
Reply


Messages In This Thread
[++REP] Change automatic ID! - by norton2 - 22.10.2015, 18:28
Re: [++REP] Change automatic ID! - by AbyssMorgan - 22.10.2015, 18:31
Re: [++REP] Change automatic ID! - by norton2 - 22.10.2015, 18:42
Re: [++REP] Change automatic ID! - by norton2 - 23.10.2015, 13:52
Re: [++REP] Change automatic ID! - by Vince - 23.10.2015, 14:09
Re: [++REP] Change automatic ID! - by AbyssMorgan - 23.10.2015, 15:14
Re: [++REP] Change automatic ID! - by norton2 - 23.10.2015, 15:15
Re: [++REP] Change automatic ID! - by norton2 - 23.10.2015, 17:04
Re: [++REP] Change automatic ID! - by J0sh... - 23.10.2015, 17:22
Re: [++REP] Change automatic ID! - by norton2 - 23.10.2015, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)