What im doing wrong ?
#1

when i'm want to compile it says

: warning 202: number of arguments does not match definition
: warning 202: number of arguments does not match definition
: warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Warnings.


if(strcmp(cmdtext, "/koor", true)==0)
{
new Float, Float:y, Float:z;
GetPlayerCameraPos(playerid, x, y, z);
SendClientMessage(playerid,RED,"The player left when they had their camera at %f,%f,%f.", x, y, z);
return 1;
}


it says that error on that line :

SendClientMessage(playerid,RED,"The player left when they had their camera at %f,%f,%f.", x, y, z);
Reply


Messages In This Thread
What im doing wrong ? - by martynas - 01.09.2010, 11:42
Re: What im doing wrong ? - by [XST]O_x - 01.09.2010, 11:45
Re: What im doing wrong ? - by martynas - 01.09.2010, 11:48

Forum Jump:


Users browsing this thread: 2 Guest(s)