probiere es mal so:
stock isPlayerInFrakt(playerid,fraktid)
{
if(pInfo[playerid][Fraktion] >= 1)
{
switch(pInfo[playerid][Fraktion])
{
case 1:
{
strmid(pInfo[playerid][Fraktion], "LSPD", 0, strlen("LSPD"), 255);
}
}
}
return 1;
}
mfg.