AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   String formatted incorrectly (https://forums.alliedmods.net/showthread.php?t=183000)

FailOverFlow 04-16-2012 02:15

String formatted incorrectly
 
Hi!
Here the original code:
PHP Code:

client_printidprint_chat"[Shop] %L"id"SHOP_VANGUARD_ITEM" ); 

I changed it to:
PHP Code:

ColorChat(idGREEN"[Shop] %L""SHOP_VANGUARD_ITEM"); 

And in game i receive and error:
PHP Code:

String formatted incorrectly parameter 4 (total 4

What i do wrong?
P.S. Problem Solved. I forgot the , id,

bazhenov93 04-16-2012 02:16

Re: String formatted incorrectly
 
You removed "id"


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

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