Random Skins

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Guten Abend,


    ich möchte jetzt nicht lange drum rum reden, von daher,
    folgendes Problem:
    - Ich habe es so gemacht, dass wenn man sich registriert, dies hier kommt:
    SetSpawnInfo(playerid,0,spawnSkins[random(20)],1202.2339,-1338.2355,13.3985,258.8413,0,0,0,0,0,0);
    Mein 'spawnSkins' array(?) sieht so aus:
     new spawnSkins[] =
    {
    9, 14, 21, 22,
    38, 39, 40, 41,
    43, 44, 46, 47,
    48, 54, 55, 56,
    59, 60, 69, 76,


    };


    Die ersten paar Male hat alles wunderbar funktioniert, man registrierte sich und bekam ein Skin aus der Liste zugewiesen, doch dann irgendwann war es so, dass ich immer mit dem CJ' (0) Skin spawn.
    Hat(te) jemand von euch das selbe Problem? Ich bitte um Hilfe.


    Lg,
    Dallas

  • Das beim Register command:
    SetPlayerSkin(spawnSkins[random(3)];
    Bei OnPlayerSpawn:
    SetPlayerSkin(playerid, spawnSkins[random(3)]);
    Sollte perfekt funktionieren

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox

  • Jo du hast ja 20 Skins also muss da eine 20 Rein

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox

  • Achja mach das wenn er sich einloggt sry :D

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox

  • Bitte bitte ;)
    Achja Markiere den Thread doch als Erledigt.


    LG

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox