Wie kann man nur so eine Frage stellen? Scripten!
Beiträge von ImmerToni
-
-
Ok und was war das Problem?
-
Wenn ich connecten will dann kommt da Herzlich willkommen zurück und darunter gleich Server Closed the connection
was machen ?!?!
Ich denke dass es bei dir was nicht stimmt test es mal bei andren Servern -
Danke ich werd mich an das Script nochmal ransetzen
SUPER DANKE!!!! -
Man muss sich aber anmelden..
Ich finde den Script klasse und auch genial das man ihn aufbaut! Ich freu mich auf die nächsten Versionen.Falls es welche geben wird was ich hoffe!
9/10 -
Bei mir jetzt auch O.o
-
Werde ich mir mal angucken
Finde ich klasse wie du auch Zeigst was es für Commands gibts undso
Bis jetzt kriegste schon 8/10
//Edit
Ist mir zu schwer xD Aber trotzdem gute arbeit! -
Ist mir auch schon klar aber trotzdem soll das nicht sein -.-
-
Hallo,
PlayerTextDraws erstellst du grundsätzlich für bestimmte Spieler. Insofern musst du auch die jeweilige PlayerID eingeben:
http://wiki.sa-mp.com/wiki/CreatePlayerTextDrawSo müssen deine Parameter aussehen.
Ich möchte auch noch anmerken, dass PlayerTextDraw's sich bei einem Disconnect automatisch wieder löschen.
Ich kann es jetzt nicht genau versehen da ich ein Anfänger bin aber ich will dich informieren dass ich da drüber die TextDrawCreate's sachen schon sind.. Also ist für ein Speedo Meter..Zeilen:
public OnGameModeInit() // Zeile 285
{
SetNameTagDrawDistance(20.0);
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF);
DisableInteriorEnterExits();
SetGameModeText("Just Your Life");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
UsePlayerPedAnims();
SpeedoBox = TextDrawCreate(623.000000, 324.000000, " ");
TextDrawBackgroundColor(SpeedoBox, 255);
TextDrawFont(SpeedoBox, 1);
TextDrawColor(SpeedoBox, -1);
TextDrawSetOutline(SpeedoBox, 0);
TextDrawSetProportional(SpeedoBox, 1);
TextDrawSetShadow(SpeedoBox, 1);
TextDrawUseBox(SpeedoBox, 1);
TextDrawBoxColor(SpeedoBox, 50);
TextDrawTextSize(SpeedoBox, 511.000000, -7.000000);SpeedoVehText = TextDrawCreate(516.000000, 322.000000, "Fahrzeug:");
TextDrawBackgroundColor(SpeedoVehText, 255);
TextDrawFont(SpeedoVehText, 2);
TextDrawLetterSize(SpeedoVehText, 0.320000, 1.000000);
TextDrawColor(SpeedoVehText,0xFFFF00AA);
TextDrawSetOutline(SpeedoVehText, 1);
TextDrawSetProportional(SpeedoVehText, 1);SpeedoHealthText = TextDrawCreate(516.000000, 403.000000, "Schaden:");
TextDrawBackgroundColor(SpeedoHealthText, 255);
TextDrawFont(SpeedoHealthText, 2);
TextDrawLetterSize(SpeedoHealthText, 0.320000, 1.000000);
TextDrawColor(SpeedoHealthText,0xFFFF00AA);
TextDrawSetOutline(SpeedoHealthText, 1);
TextDrawSetProportional(SpeedoHealthText, 1);SpeedoTankText = TextDrawCreate(516.000000, 376.000000, "Tank:");
TextDrawBackgroundColor(SpeedoTankText, 255);
TextDrawFont(SpeedoTankText, 2);
TextDrawLetterSize(SpeedoTankText, 0.320000, 1.000000);
TextDrawColor(SpeedoTankText,0xFFFF00AA);
TextDrawSetOutline(SpeedoTankText, 1);
TextDrawSetProportional(SpeedoTankText, 1);SpeedoKMHText = TextDrawCreate(516.000000, 349.000000, "KM/H:");
TextDrawBackgroundColor(SpeedoKMHText, 255);
TextDrawFont(SpeedoKMHText, 2);
TextDrawLetterSize(SpeedoKMHText, 0.320000, 1.000000);
TextDrawColor(SpeedoKMHText,0xFFFF00AA);
TextDrawSetOutline(SpeedoKMHText, 1);
TextDrawSetProportional(SpeedoKMHText, 1);
for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
{
SpeedoVeh[playerid] = TextDrawCreate(516.000000, 333.000000, " ");
TextDrawBackgroundColor(SpeedoVeh[playerid], 255);
TextDrawFont(SpeedoVeh[playerid], 2);
TextDrawLetterSize(SpeedoVeh[playerid], 0.320000, 1.000000);
TextDrawColor(SpeedoVeh[playerid], -1);
TextDrawSetOutline(SpeedoVeh[playerid], 1);
TextDrawSetProportional(SpeedoVeh[playerid], 1);SpeedoHealth[playerid] = CreatePlayerTextDraw(516.000000, 414.000000, " ");
PlayerTextDrawBackgroundColor(SpeedoHealth[playerid], 255);
PlayerTextDrawFont(SpeedoHealth[playerid], 2);
PlayerTextDrawLetterSize(SpeedoHealth[playerid], 0.320000, 1.000000);
PlayerTextDrawColor(SpeedoHealth[playerid], -1);
PlayerTextDrawSetOutline(SpeedoHealth[playerid], 1);
PlayerTextDrawSetProportional(SpeedoHealth[playerid], 1);SpeedoKMH[playerid] = TextDrawCreate(516.000000, 360.000000, " ");
TextDrawBackgroundColor(SpeedoKMH[playerid], 255);
TextDrawFont(SpeedoKMH[playerid], 2);
TextDrawLetterSize(SpeedoKMH[playerid], 0.320000, 1.000000);
TextDrawColor(SpeedoKMH[playerid], -1);
TextDrawSetOutline(SpeedoKMH[playerid], 1);
TextDrawSetProportional(SpeedoKMH[playerid], 1);SpeedoTank[playerid] = TextDrawCreate(516.000000, 387.000000, " ");
TextDrawBackgroundColor(SpeedoTank[playerid], 255);
TextDrawFont(SpeedoTank[playerid], 2);
TextDrawLetterSize(SpeedoTank[playerid], 0.320000, 1.000000);
TextDrawColor(SpeedoTank[playerid], -1);
TextDrawSetOutline(SpeedoTank[playerid], 1);
TextDrawSetProportional(SpeedoTank[playerid], 1);} // Zeile 370
//Edit
Hab den einen Error fixiert! Ich hab von der Zeile 346 SpeedoHealth[playerid] = CreatePlayerTextDraw(516.000000, 414.000000, " ");
zu
SpeedoHealth[playerid] = TextDrawCreate(516.000000, 414.000000, " ");
geändert!Dennoch habe ich noch die anderen 18 Warnings
Naja egal ist gelärt ich lass den Script ich such mir einen anderen Danke trotzdem!
-
Ich habe keine Ahnung was da schief läuft...!
FEHLER:
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(346) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(346) : error 035: argument type mismatch (argument 3)
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(346) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(347) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(347) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(347) : warning 202: number of arguments does not match definition
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(348) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(348) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(348) : warning 202: number of arguments does not match definition
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(349) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(349) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(349) : warning 202: number of arguments does not match definition
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(350) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(350) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(350) : warning 202: number of arguments does not match definition
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(351) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(351) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(351) : warning 202: number of arguments does not match definition
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(352) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(352) : warning 213: tag mismatch
C:\Users\Antonio\Desktop\Servers\SAMP\Reallife Server\gamemodes\LiG.pwn(352) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase1 Error.
ZEILEN:
{
SpeedoVeh[playerid] = TextDrawCreate(516.000000, 333.000000, " "); // Zeile 338
TextDrawBackgroundColor(SpeedoVeh[playerid], 255);
TextDrawFont(SpeedoVeh[playerid], 2);
TextDrawLetterSize(SpeedoVeh[playerid], 0.320000, 1.000000);
TextDrawColor(SpeedoVeh[playerid], -1);
TextDrawSetOutline(SpeedoVeh[playerid], 1);
TextDrawSetProportional(SpeedoVeh[playerid], 1);SpeedoHealth[playerid] = CreatePlayerTextDraw(516.000000, 414.000000, " ");
PlayerTextDrawBackgroundColor(SpeedoHealth[playerid], 255);
PlayerTextDrawFont(SpeedoHealth[playerid], 2);
PlayerTextDrawLetterSize(SpeedoHealth[playerid], 0.320000, 1.000000);
PlayerTextDrawColor(SpeedoHealth[playerid], -1);
PlayerTextDrawSetOutline(SpeedoHealth[playerid], 1);
PlayerTextDrawSetProportional(SpeedoHealth[playerid], 1);SpeedoKMH[playerid] = TextDrawCreate(516.000000, 360.000000, " ");
TextDrawBackgroundColor(SpeedoKMH[playerid], 255);
TextDrawFont(SpeedoKMH[playerid], 2);
TextDrawLetterSize(SpeedoKMH[playerid], 0.320000, 1.000000);
TextDrawColor(SpeedoKMH[playerid], -1);
TextDrawSetOutline(SpeedoKMH[playerid], 1);
TextDrawSetProportional(SpeedoKMH[playerid], 1);SpeedoTank[playerid] = TextDrawCreate(516.000000, 387.000000, " ");
TextDrawBackgroundColor(SpeedoTank[playerid], 255);
TextDrawFont(SpeedoTank[playerid], 2);
TextDrawLetterSize(SpeedoTank[playerid], 0.320000, 1.000000);
TextDrawColor(SpeedoTank[playerid], -1);
TextDrawSetOutline(SpeedoTank[playerid], 1);
TextDrawSetProportional(SpeedoTank[playerid], 1); // Zeile 368
} -
Neuen Downloadlink bitte -.-
-
Grad nicht der beste Grund um es zu löschen ;/ Aber naja deine Entscheidung.. Finde ich schade.
-
Ich hasse es wenn der Downloadlink nicht geht -.- BITTE FIXIEREN!
-
Finde ich klasse! Mal was anderes
9/10 -
Einen neuen Downloadlink bitte.. Der geht bei mir net
-
Unnötig und langweilig..
0/10 -
-
Will bitte den Script Ordner !!!
-
Bitte neuen Download Link! Danke
-
Die Download Links sind down(Rar datei und ZIP datai! Bitte fixieren