29.04.2014, 01:02
How i can update this label when i press on save icon on a object
this is from the add object command
pawn Код:
new str[128];
format(str, sizeof str, "Model ID: %d \n Object Editing ID: %d", objectid, PlayerObjectCount[playerid]);
Create3DTextLabel(str, COLOR_ORANGE, 30.0, 40.0, 50.0, 40.0, 0);