31.08.2013, 22:32
i format the query when i save account, on disconnect,
i get the pos into onplayerdisconnect
Thank you for the time you spend to help me
Max
i get the pos into onplayerdisconnect
Код:
switch(reason) { case 0: { format(string, sizeof(string), "* %s quitte le serveur (Crash).", nom); JoueurInfos[playerid][jCInt] = GetPlayerInterior(playerid); JoueurInfos[playerid][jCVw]= GetPlayerVirtualWorld(playerid); new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); JoueurInfos[playerid][jCrash] = 1; JoueurInfos[playerid][jCPosX] = x; JoueurInfos[playerid][jCPosY] = y; JoueurInfos[playerid][jCPosZ] = z;
Max