HELP | TEXTDRAW/GAMETEXT
#3

I did it:
but its not the same ..


PHP код:
                    new Message[256];
                      
format(Message,sizeof(Message),"\"%s\"",PropInfo[ID][PropName]);
                    
GameTextForPlayer(playerid,Message,3000,3);
                    
//==========================================================
                      
format(Message,sizeof(Message),"~n~~R~price: ~W~%d",PropInfo[ID][PropPrice]);
                    
GameTextForPlayer(playerid,Message,3000,3);
                    
//==========================================================
                      
format(Message,sizeof(Message),"~N~~N~~R~sellvaule: ~W~%d",PropInfo[ID][PropSell]);
                    
GameTextForPlayer(playerid,Message,3000,3);
                    
//==========================================================
                      
format(Message,sizeof(Message),"~N~~N~~N~~R~earning: ~W~%d",PropInfo[ID][PropEarning]);
                    
GameTextForPlayer(playerid,Message,3000,3);
                    
//========================================================== 
i need help
Reply


Messages In This Thread
HELP | TEXTDRAW/GAMETEXT - by TeRmi[N]aTor - 09.08.2011, 08:50
Re: HELP | TEXTDRAW/GAMETEXT - by JaTochNietDan - 09.08.2011, 08:52
Re: HELP | TEXTDRAW/GAMETEXT - by TeRmi[N]aTor - 09.08.2011, 08:55
Re: HELP | TEXTDRAW/GAMETEXT - by Grim_ - 09.08.2011, 08:59

Forum Jump:


Users browsing this thread: 1 Guest(s)