Guten Abend liebe Brote,
undzwar würde Ich gerne nachdem tot die Zeit etwas verkürzen. Denn diese ist derzeit ungewöhnlich lang.
Das was Ich bisher gefunden habe ist diese:
Zitat
Zitatif(!IsPlayerInAnyVehicle(playerid))
Zitat{
Zitat//tot
Zitatif(isttot[playerid]==1&&istinskin[playerid]==0)
Zitat{
Zitatif(tot[playerid]>=1&&GetPVarInt(playerid,"eingeliefert")==0)
Zitat{
Zitatnew Float:xc,Float:yc,Float:zc;
ZitatGetPlayerPos(playerid,xc,yc,zc);
ZitatLoopingAnim(playerid, "CRACK", "crckdeth2", 4.0, 1, 0, 0, 0, 0); //
ZitatGameTextForPlayer(playerid,"~r~Du bist verwundet.",1200,6);
ZitatSetPlayerVirtualWorld(playerid,totvirtual[playerid]);
Zitat}
Zitatif(tot[playerid]==0)
Zitat{
Zitatisttot[playerid]=0;
ZitatStopLoopingAnim(playerid);
ZitatTogglePlayerControllable(playerid,1);
ZitatSetPlayerHealth(playerid,20);
Zitat//SpawnPlayer(playerid);
ZitatSetPlayerPos(playerid,heavenspawn);
ZitatSetPlayerFacingAngle(playerid,230.5919);
ZitatSetPlayerInterior(playerid,1);
ZitatSetPlayerVirtualWorld(playerid,34);
ZitatSetPlayerTime(playerid,3,0);
ZitatSendClientMessage(playerid,COLOR_YELLOW,"Laufe ins Licht...");
ZitatSetPlayerWeather(playerid,11);
Zitat}
Zitat
Zitat}
Gruß
DiaM0ND
+
Edit: PWN klappt leider gerade nicht bei mir -.-