STOCK Problem!
#8

Try by ID and not by name it will work

Code:
stock GetFactionNameByID(classid)
{
    new String[30];
    switch(classid)
    {
        case 0: String = "Class One";
        case 1: String = "Class Two";
    }
    return String;
}
Reply


Messages In This Thread
STOCK Problem! - by playstores - 17.07.2019, 12:44
Re: STOCK Problem! - by Mugala - 17.07.2019, 12:46
Re: STOCK Problem! - by SyS - 17.07.2019, 12:49
Re: STOCK Problem! - by playstores - 17.07.2019, 13:03
Re: STOCK Problem! - by Mugala - 17.07.2019, 13:18
Re: STOCK Problem! - by playstores - 17.07.2019, 14:10
Re: STOCK Problem! - by Mugala - 17.07.2019, 14:31
Re: STOCK Problem! - by NeXTGoD - 17.07.2019, 16:23
Re: STOCK Problem! - by Mugala - 17.07.2019, 16:53

Forum Jump:


Users browsing this thread: 1 Guest(s)