Float return problem
#9

i format the query when i save account, on disconnect,

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;
Thank you for the time you spend to help me

Max
Reply


Messages In This Thread
Float return problem - by scott1 - 30.08.2013, 23:12
Re: Float return problem - by Skribblez - 31.08.2013, 07:33
Re: Float return problem - by doreto - 31.08.2013, 07:36
Re : Float return problem - by scott1 - 31.08.2013, 08:38
Re: Float return problem - by Skribblez - 31.08.2013, 08:43
Re: Float return problem - by doreto - 31.08.2013, 08:47
Re : Float return problem - by scott1 - 31.08.2013, 22:08
Re: Float return problem - by -Prodigy- - 31.08.2013, 22:13
Re : Float return problem - by scott1 - 31.08.2013, 22:32

Forum Jump:


Users browsing this thread: 2 Guest(s)