14.08.2011, 00:54
(
Последний раз редактировалось ElieJabbour; 16.08.2011 в 22:08.
)
Delete Thread Please
CreatePickup(1239, 2, 323.33, 1119.50, 1083.88, 5);
format(string, sizeof(string), " POT AVAILABLE: %d/1000.", Points[mypoint][Stock]);
And i need this to show under the Icon
Код:
format(string, sizeof(string), " POT AVAILABLE: %d/1000.", Points[mypoint][Stock]); |
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;
}