ich habe von sol das mit /schild so wen ich das jetzt in game mache kommt das teil nur kurtz ????
#define SLOT 1
if(strcmp(cmd, "/schild",true) == 0)
{
if(IsACop(playerid))
{
PutRiotShieldOnArm(playerid);
return 1;
}
else
{
SendClientMessage(playerid, COLOR_RED,"Du bist kein Cop!!");
}
}
PutRiotShieldOnArm(playerid)
{
if(IsPlayerAttachedObjectSlotUsed(playerid,1)) RemovePlayerAttachedObject(playerid,1);
SetPlayerAttachedObject(playerid, 1, 18637, 4, 0.3, 0, 0, 0, 170, 270, 1, 1, 1);
}
was ist das fürn scheiß bug hilfe bitte