04.11.2013, 15:45
helo. my problem is I cannot update label. how do i update and still keep old "Crated by"
Код:
CMD:3d(playerid,params[])
{
new Float:x,Float:z,Float:y;
new string[128];
format(string,sizeof(string), "Created by %s\nUpdated: No", GetName(playerid));
GetPlayerPos(playerid,x,y,z);
Create3DTextLabel(string,col_lb,x,y,z,20.0,0,0);
return 1;
}
CMD:update(playerid,params[])
{
//Update3DTextLabel?
}



