Update 3d text label
#8

What is different here:

PHP код:
new Text3DMyText
CMD:3d(playerid,params[]) 

    new 
string[128], Float:xFloat:zFloat:y
    
format(string,sizeof(string), "Created by %s\nUpdated: No"GetName(playerid)); 
    
GetPlayerPos(playerid,x,y,z); 
    
MyText Create3DTextLabel(string,col_lb,x,y,z,20.0,0,0); 
    return 
1

CMD:update(playerid,params[]) 

    new 
string[128]; 
    
format(string,sizeof(string), "Created by %s\nUpdated: No"GetName(playerid)); 
    
Update3DTextLabelText(MyTextcol_lbstring); 
    return 
1

and here?

PHP код:
new Text3DMyText;  
CMD:3d(playerid,params[])  
{  
    new 
string[128], Float:xFloat:zFloat:y;  
    
format(stringsizeof(string), "Created by %s\nUpdated: No"GetName(playerid));  
    
format(3dNamesizeof(3dName), "%s"GetName(playerid));  
    
GetPlayerPos(playerid,x,y,z);  
    
MyText Create3DTextLabel(string,col_lb,x,y,z,20.0,0,0);  
    return 
1;  
}  
CMD:update(playerid,params[])  
{  
    new 
string[1283dName[MAX_PLAYERS];
    
GetPlayerName(playerid3dNamesizeof(3dName));  
    
format(string,sizeof(string), "Created by %s\nUpdated: Yes"3dName);  
    
Update3DTextLabelText(MyTextcol_lbstring);  
    return 
1;  

Reply


Messages In This Thread
Update 3d text label - by Pawnie - 04.11.2013, 15:45
Re: Update 3d text label - by HardRock - 04.11.2013, 15:52
Re: Update 3d text label - by Pawnie - 04.11.2013, 15:53
Re: Update 3d text label - by HardRock - 04.11.2013, 17:45
Re: Update 3d text label - by Pawnie - 04.11.2013, 17:47
Re: Update 3d text label - by HardRock - 04.11.2013, 20:11
Re: Update 3d text label - by CharlieBrown - 04.11.2013, 20:18
Re: Update 3d text label - by HardRock - 04.11.2013, 21:57

Forum Jump:


Users browsing this thread: 1 Guest(s)