Error's
#9

Your code is missing lots of variables.
pawn Code:
public OnPlayerDisconnect(playerid, reason)
{
    new Float:x;
    new Float:y;
    new Float:z;

    GetPlayerPos(playerid,x,y,z);
    skin = GetPlayerSkin(playerid);
    //WHERE skin, positionx, positiony, positionz is defined!? Also for the rest of the code,
    positionx = x;
    positiony = y;
    positionz = z;
    // ...
}
Edit: And, what are you trying to do exactly and what the errors you are getting?
Reply


Messages In This Thread
Error's - by ZBits - 18.07.2012, 03:30
Re: Error's - by ViniBorn - 18.07.2012, 03:32
Re: Error's - by ZBits - 18.07.2012, 03:33
Re: Error's - by ViniBorn - 18.07.2012, 03:34
Re: Error's - by ZBits - 18.07.2012, 03:40
Re: Error's - by ZBits - 18.07.2012, 03:46
Re: Error's - by Larceny - 18.07.2012, 03:51
Re: Error's - by ZBits - 18.07.2012, 03:56
Re: Error's - by Larceny - 18.07.2012, 03:58
Re: Error's - by ZBits - 18.07.2012, 04:03
Re: Error's - by Larceny - 18.07.2012, 04:12
Re: Error's - by ZBits - 18.07.2012, 04:49
Re: Error's - by ZBits - 18.07.2012, 05:52
Re: Error's - by Andi_Evandy - 18.07.2012, 06:42
Re: Error's - by ZBits - 18.07.2012, 14:07
Re: Error's - by Andi_Evandy - 18.07.2012, 14:56
Re: Error's - by XStormiest - 18.07.2012, 15:13
Re: Error's - by ZBits - 18.07.2012, 15:34
Re: Error's - by XStormiest - 18.07.2012, 15:49
Re: Error's - by ZBits - 18.07.2012, 15:55

Forum Jump:


Users browsing this thread: 1 Guest(s)