error 035: argument type mismatch
#1

I always have trouble getting the locations from /save.... how the fuck do I do this right?

Код:
C:\Users\Austin\Desktop\Pawno\gamemodes\testserver.pwn(98) : error 029: invalid expression, assumed zero
C:\Users\Austin\Desktop\Pawno\gamemodes\testserver.pwn(98) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Код:
if (strcmp("/goto island", cmdtext, true, 10) == 0)
    {
    	SetPlayerPos(playerid,(1046.9867,-2667.2463,15.0484,346.7808,0,0,0,0,0,));
        SendClientMessage(playerid, COLOR_RED, "Sent to SARP Island");
        return 1;
    }
	return 0;
}
Reply


Messages In This Thread
error 035: argument type mismatch - by ajmac22 - 02.12.2012, 13:37
Re: error 035: argument type mismatch - by Konstantinos - 02.12.2012, 13:38
Re: error 035: argument type mismatch - by ajmac22 - 02.12.2012, 13:40
Re: error 035: argument type mismatch - by Dark Killer - 02.12.2012, 13:40

Forum Jump:


Users browsing this thread: 1 Guest(s)