10.09.2011, 02:40
Hey Guys, Please help me with this one. Thanks
Error:
Thanks in Advance
Код:
if(strcmp(cmd, "/label", true) == 0)
{
if(faction[playerid] == 1)
{
new Float:X;
new Float:Y;
new Float:Z;
new tmp[128];
tmp = strtok(cmdtext, idx);
if(strlen(tmp) == 0) return SendClientMessage(playerid, 0xFFFFFFFF, "USAGE: /label [What you Want the Label to Say.]!");
GetPlayerPos(playerid, X, Y, Z);
Create3DTextLabel(strlen(tmp),0x008080FF,X,Y,Z,40.0,0);
return 1;
}
}
Код:
error 035: argument type mismatch (argument 1)

