14.08.2011, 09:11
Quote:
And i need this to show under the Icon
Код:
format(string, sizeof(string), " POT AVAILABLE: %d/1000.", Points[mypoint][Stock]); |
PHP код:
public OnGameModeInit()
{
new string[128];
CreatePickup(1239, 2, 323.33, 1119.50, 1083.88, 5);
format(string, sizeof(string), " POT AVAILABLE: %d/1000.", Points[mypoint][Stock]);
Create3DTextLabel(string,-1,323.33, 1119.50, 1083.88,20.0,0);
return 1;
}