Hallo Brotfische.
Ich habe etwas gescriptet das nicht richtig klappen will.
Zitatpublic OnPlayerDeath(playerid, killerid, reason)
if(!isPlayerInFrakt(killerid,1))
{
SetPlayerWantedLevel(killerid,2);
SendClientMessage(killerid,0xFF5000FF,"Du hast 2 Wanteds bekommen. Grund: Mord");
format(string,sizeof(string),"Aktuelles Wantedlevel: %d .",GetPVarInt(killerid,"Wanteds")); // <- Funkt nicht
SendClientMessage(killerid,0xFF5000FF,string);
}
Ständig kommt "Aktuelles Wantedlevel: 0 "
Kann mir da jemand helfen ?