[Ajuda] argument type mismatch
#1

Alguйm poderia me ajudar ?

Код:
   
enum infop
{
   Float:pX,
   Float:pY,
   Float:pZ
}
Код:
public OnPlayerDisconnect(playerid)
{
    GetPlayerPos(playerid, pX, pY, pZ);
    DOF2_SetInt(arquivo, "pX", Player[playerid][Float:pX]);
    DOF2_SetInt(arquivo, "pY", Player[playerid][Float:pY]);
    DOF2_SetInt(arquivo, "pZ", Player[playerid][Float:pZ]);
    return 1;
}
Код:
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(117) : error 035: argument type mismatch (argument 2)
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(126) : warning 213: tag mismatch
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(126) : warning 213: tag mismatch
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(127) : warning 213: tag mismatch
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(127) : warning 213: tag mismatch
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(128) : warning 213: tag mismatch
C:\Users\User\Desktop\SAMP\gamemodes\GM.pwn(128) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
argument type mismatch - by iTouchS - 09.02.2016, 21:09
Re: argument type mismatch - by Joron - 09.02.2016, 21:11
Re: argument type mismatch - by iTouchS - 09.02.2016, 21:14
Re: argument type mismatch - by HaRdiiZin - 09.02.2016, 21:14
Re: argument type mismatch - by iTouchS - 09.02.2016, 21:18
Re: argument type mismatch - by RodrigoMSR - 09.02.2016, 21:30
Re: argument type mismatch - by iTouchS - 09.02.2016, 21:34
Re: argument type mismatch - by hlgamesbr - 09.02.2016, 21:37
Re: argument type mismatch - by HaRdiiZin - 09.02.2016, 21:39
Re: argument type mismatch - by iTouchS - 09.02.2016, 21:55

Forum Jump:


Users browsing this thread: 1 Guest(s)