error 035: argument type mismatch (argument 2)
#1

CMD:tp(playerid, params[])
{
new int, Float: x, Float: y, Float: z;
if(sscanf(params, "dfff", int, x, y, z))
return SendClientMessage(playerid, "SYNTAX: /tp [int] [x] [y] [z]"); [this line]
SetPlayerPos(playerid, x, y, z);
SetPlayerInterior(playerid, int);
return 1;
}
Reply


Messages In This Thread
error 035: argument type mismatch (argument 2) - by Admin22 - 19.08.2013, 14:58
Re: error 035: argument type mismatch (argument 2) - by Edix - 19.08.2013, 15:14
Re: error 035: argument type mismatch (argument 2) - by HyDrAtIc - 19.08.2013, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)