Raised This Month: $ Target: $400
 0% 

ML_NOTFOUND..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
kaloszyfer
Member
Join Date: Mar 2007
Location: Poland
Old 06-16-2007 , 05:53   ML_NOTFOUND..
Reply With Quote #1

Hi,

part of my code:

PHP Code:

public plugin_init(){

    (...)
    
    
register_dictionary("custom_radio.txt")

}

stock const radio1_say[6][] = {    
    
"COVERME"
    
"TAKEPOINT"
    
"HOLDPOS"
    
"REGROUPT"
    
"FOLLOWME"
    
"FIREASSIS" 


(...)

public 
radio1cmd(idkey1) { 

(...)

         
client_print(players[a],print_chat,"%s (RADIO): %L",nameLANG_PLAYER"%s",radio1_say[key1]) 
  
(...)


Ingame i got this:

KaLoSZyFeR (RADIO): ML_NOTFOUND: COVERME
KaLoSZyFeR (RADIO): ML_NOTFOUND: TAKEPOINT

but when i'm changing this:
PHP Code:
client_print(players[a],print_chat,"%s (RADIO): %L",nameLANG_PLAYER"%s",radio1_say[key1]) 
to
PHP Code:
client_print(players[a],print_chat,"%s (RADIO): %L",nameLANG_PLAYER"COVERME"
it works, but only COVERME message is displayed

custom_radio.txt:

Code:
[en]
RADIO_CMDS = Radio Commands
COVERME = Cover me!
TAKEPOINT = You take the point.
HOLDPOS = Hold this position
REGROUPT = Regroup team!
FOLLOWME = Follow me.
FIREASSIS = Taking fire, need assistance!
kaloszyfer is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode