AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Can help with LANG_SERVER "ML" (https://forums.alliedmods.net/showthread.php?t=93524)

~Ice*shOt 05-30-2009 06:19

Can help with LANG_SERVER "ML"
 
.sma:
PHP Code:

public ShowLevel(id)
{
client_printcolor(id"%L"LANG_PLAYER"LEVEL_TEXT"PlayerLevel[id],PlayerXP[id],LEVELS[PlayerLevel[id]])
client_printcolor(id"%L"LANG_SERVER"LEVEL_TEXT2"GUNNAME[PlayerLevel[id]],RANK[PlayerLevel[id]])


ML:
Quote:

LEVEL_TEXT = /ctrLevel /y- /g[ /ctr%i /g/ /ctr19 /g] /ctrXP /y- /g[ /ctr%i /g/ /ctr%i /g]
LEVEL_TEXT2 = /ctrGun Name /y- /g[ /ctr%s /g] /ctrRank /y- /g[ /ctr%s /g]
What i doing bad ?

alan_el_more 05-30-2009 07:04

Re: Can help with LANG_SERVER "ML"
 
PHP Code:

public ShowLevel(id)
{
   
client_printcolor(id"%L"id"LEVEL_TEXT"PlayerLevel[id],PlayerXP[id],LEVELS[PlayerLevel[id]])
   
client_printcolor(id"%L"id"LEVEL_TEXT2"GUNNAME[PlayerLevel[id]],RANK[PlayerLevel[id]])



~Ice*shOt 05-30-2009 07:08

Re: Can help with LANG_SERVER "ML"
 
still the same..

Arkshine 05-30-2009 07:11

Re: Can help with LANG_SERVER "ML"
 
Start to say what is the problem...

~Ice*shOt 05-30-2009 07:26

Re: Can help with LANG_SERVER "ML"
 
that problem i'm fixed :] but thanks for help!


All times are GMT -4. The time now is 13:49.

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