28.02.2014, 15:25
its friend's code and idk what's wrong too :P
error is undentified symbol 'params' on line with sscanf
NOTE: he has sscanf latest version + plugin.
error is undentified symbol 'params' on line with sscanf
NOTE: he has sscanf latest version + plugin.
Код:
if(!strcmp(cmdtext, "/createtext",true))
{
new text[128];
if(sscanf(params, "s[128]",text)) return SendClientMessage(playerid, 0xFF0000AA, "Usage: /CreateText [text]");
new StrinG1[128];
GetPlayerPos(playerid,X,Y,Z);
format(StrinG1,sizeof StrinG1,"%s",text);
Create3DTextLabel(StrinG1,0x0099FFAA,X,Y,Z,40.0,0,0);
return 1;
}

