Need Some Help Please
#7

Quote:
Originally Posted by Blt950
Посмотреть сообщение
Looks like we both forgot to target who is going to get those values

Like
pawn Код:
PlayerInfo[playerid][pLocX] = x;
PlayerInfo[playerid][pLocY] = y;
PlayerInfo[playerid][pLocZ] = z;
pawn Код:
SER0~1.3\GAMEMO~1\ARS.pwn(463) : warning 213: tag mismatch
SER0~1.3\GAMEMO~1\ARS.pwn(464) : warning 213: tag mismatch
SER0~1.3\GAMEMO~1\ARS.pwn(465) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Warnings.
This might be more of assistance im sure i hope

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new name[MAX_PLAYER_NAME], file[256];
    GetPlayerName(playerid, name, sizeof(name));
    format(file, sizeof(file), ARS_SERVERFILES, name);
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X,Y,Z);
    printf("The player left when he was at %f,%f,%f.", X,Y,Z);
    PlayerInfo[playerid][pLocX] = X;
    PlayerInfo[playerid][pLocY] = Y;
    PlayerInfo[playerid][pLocZ] = Z;
Reply


Messages In This Thread
Need Some Help Please - by Buzzbomb - 15.11.2010, 18:50
Re: Need Some Help Please - by Scenario - 15.11.2010, 18:54
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 19:12
Re: Need Some Help Please - by Blt950 - 15.11.2010, 19:23
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 19:31
Re: Need Some Help Please - by Blt950 - 15.11.2010, 19:38
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 19:53
Re: Need Some Help Please - by Buzzbomb - 15.11.2010, 20:41
Re: Need Some Help Please - by Buzzbomb - 16.11.2010, 02:50

Forum Jump:


Users browsing this thread: 2 Guest(s)