27.01.2010, 16:16
Hi guys 
[font=Comic Sans MS][b]
I need help with this.
It is very good tutorial but i have small problem and i need resolved this problem.
I hope that you will help me.
Ok
My experience with the stocks are small.
I create new Language System. And I need it to complete.
This is my stock.
[font=Comic Sans MS][b]
This essentially finds the text of the folder, depending on what language you have chosen. This text is sent with it but at the end that gives infinite parameters.
This is so to shorten this
I do not know exactly what they should be used.
Please help.

[font=Comic Sans MS][b]
I need help with this.
It is very good tutorial but i have small problem and i need resolved this problem.
I hope that you will help me.
Ok
My experience with the stocks are small.
I create new Language System. And I need it to complete.
This is my stock.
Code:
stock SendLanguageMessage(playerid, color, text[], ...) { new file[256]; new translation[256]; new string[256]; format(file,sizeof(file),"Studio/Languages/%s.txt", Info[playerid][Translation]); translation = dini_Get(file,text); format(string,sizeof(string), translation,...); SendClientMessage(playerid, color, string); return 1; }
This essentially finds the text of the folder, depending on what language you have chosen. This text is sent with it but at the end that gives infinite parameters.
This is so to shorten this
Code:
new string[256]; format(string, sizeof(string), "Welcome back in ..."); SendClientMessage(playerid, color, string);
I do not know exactly what they should be used.
Please help.