View Single Post
nxlinux
Member
Join Date: Oct 2013
Location: China
Old 08-14-2015 , 01:51   Re: javascript eval funciton
Reply With Quote #7

actually i what sourcemod achieve some special function.

For Example:

new String:Skill[2][32] = { "SKILL_1[Client]", "SKILL_2[Client]" };
for(new i = 0; i < 2; i++)
{
eval(Skill[i])++; //here i want SKILL_1[Client]++
}
nxlinux is offline