(09-22-2012, 06:42 PM)BeeKayK Wrote: Just do:
if(GetLocalVarInt("Variable") == 1)
{
SetMessage("Messages", "Variable_1", 0);
}
if(GetLocalVarInt("Variable") == 2)
{
SetMessage("Messages", "Variable_2", 0);
}
and so on...
hm, okej - and how do it, that i can connect variables with any string ?
I did
SetMessage("Skrytki","Odkryto"+GetGlobalVarInt("OdkryteSkrytki")+GetGlobalVarString("Separator")+GetGlobalVarInt("MaxSkrytek"), 3);
but this doesnt work :/
Please help me, and sorry for my english
btw. i want display this connect strings by collided in area script.