09.05.2011, 23:49
Try replacing this code:
pawn Код:
if(PlayerData[playerid][GSLeader] == 0 && PlayerData[playerid][GSco] == 0) return 1;
else
{
new otherplayerid;
otherplayerid = strval(tmp);
PlayerData[otherplayerid][GSOG] = 1;
SendClientMessage(otherplayerid,ORANGE, "** You have been given Grove Street Families OG rights");
SendClientMessage(otherplayerid,ORANGE, "** Now you are able to use AK47 and Shotgun.");
return 1;
}

