STOCK Problem!
#1

Nothing happens if I use this, whats the matter?

stock GetFactionIDByName(frakname[])
{

if(!strcmp(frakname,"LSPD,",true))
{
return 1;
}
else if(!strcmp(frakname,"FBI,",true))
{
return 2;
}
else if(!strcmp(frakname,"Bundeswehr,",true))
{
return 3;
}
else if(!strcmp(frakname,"Sanitдter,",true))
{
return 4;
}
else if(!strcmp(frakname,"LCM,",true))
{
return 5;
}
else if(!strcmp(frakname,"Yakuza,",true))
{
return 6;
}
else if(!strcmp(frakname,"Prдsident,",true))
{
return 7;
}
else if(!strcmp(frakname,"Hitman,",true))
{
return 8;
}
else if(!strcmp(frakname,"San News,",true))
{
return 9;
}
else if(!strcmp(frakname,"Transport GmbH,",true))
{
return 10;
}
else if(!strcmp(frakname,"Fahrlehrer,",true))
{
return 11;
}
else if(!strcmp(frakname,"Triaden,",true))
{
return 12;
}
else if(!strcmp(frakname,"Grove,",true))
{
return 13;
}
else if(!strcmp(frakname,"Ballas,",true))
{
return 14;
}
else if(!strcmp(frakname,"Feuerwehr,",true))
{
return 15;
}
else if(!strcmp(frakname,"Vagos,",true))
{
return 16;
}
else if(!strcmp(frakname,"Aztecas,",true))
{
return 17;
}
else if(!strcmp(frakname,"SF Rifa,",true))
{
return 18;
}
else if(!strcmp(frakname,"Red Soldiers,",true))
{
return 19;
}
else if(!strcmp(frakname,"Terroristen,",true))
{
return 20;
}
else if(!strcmp(frakname,"Wheelmen Agency,",true))
{
return 21;
}
else if(!strcmp(frakname,"S.W.A.T,",true))
{
return 22;
}
else if(!strcmp(frakname,"Russen Mafia",true))
{
return 23;
}
else if(!strcmp(frakname,"Ordnungsamt",true))
{
return 24;
}
else return 9999;
}
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: 2 Guest(s)