09.05.2016, 14:06
Hi
tried to make this, Is it possible to do like this?
error
PHP код:
CMD:setheadtext(playerid, params[])
{
new targetid, text;
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "* You are not Authorized to use this command *");
if(sscanf(params,"ui",targetid, text)) return SendClientMessage(playerid,0xFF9900AA, "USAGE: * {FF0000} /Setheadtext [id] [text]*");
[line 110] new Text3D:label = Create3DTextLabel(text, -1, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, targetid, 0.0, 0.0, 0.7);
return 1;
}
error
Код:
C:\Users\Intel Computers\Desktop\World War Server\filterscripts\Factions.pwn(110) : error 035: argument type mismatch (argument 1)