Need an "i" Icon here.
#1

Delete Thread Please
Reply
#2

PHP код:
CreatePickup(12392,  323.331119.501083.885); 
Reply
#3

Under ?
Reply
#4

And i need this to show under the Icon

Код:
format(string, sizeof(string), " POT AVAILABLE: %d/1000.", Points[mypoint][Stock]);
Reply
#5

Create the pickup under OnGameModeInit.
Reply
#6

Quote:
Originally Posted by ElieJabbour
Посмотреть сообщение
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(12392,  323.331119.501083.885);
    
format(stringsizeof(string), " POT AVAILABLE: %d/1000."Points[mypoint][Stock]);
     
Create3DTextLabel(string,-1,323.331119.501083.88,20.0,0);
    return 
1;

I'm assuming this is what you want?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)