What the problem ?
#1

Shows that error

Код HTML:
Server\filterscripts\ILC.pwn(87) : error 035: argument type mismatch (argument 2)
Lines From 78 To 91
pawn Код:
public OnPlayerDoneCreating(playerid)
{
    IsPickingPos[playerid] = 0;
    IsCreating[playerid] = 0;

    new text[256], color[50];
    GetPVarString(playerid, "String", text, sizeof(text));
    GetPVarString(playerid, "Color", color, sizeof(color));
    //Line 87 (Error line)
    Create3DTextLabel(text, color, GetPVarFloat(playerid, "PosX"), GetPVarFloat(playerid, "PosY"), GetPVarFloat(playerid, "PosZ"), 40, 0, 0); //(Error line)

    ResetLabelPVars(playerid);
    return 1;
}
Reply


Messages In This Thread
What the problem ? - by FailerZ - 25.12.2013, 10:38
Re: What the problem ? - by Konstantinos - 25.12.2013, 10:41
Re: What the problem ? - by FailerZ - 25.12.2013, 10:44
Re: What the problem ? - by SilentSoul - 25.12.2013, 10:45
Re: What the problem ? - by Konstantinos - 25.12.2013, 10:48
Re: What the problem ? - by FailerZ - 25.12.2013, 10:52

Forum Jump:


Users browsing this thread: 3 Guest(s)