Beiträge von iQuaX
-
-
Moinsen,
Ich bekomme diesen warning bei meine uhr : D:\Sherif\Server\gamemodes\Selfmade.pwn(535) : warning 219: local variable "minute" shadows a variable at a preceding level
public clock(){
new Text:Clock;
new hour,minute,second;
new string[10];
gettime(hour,minute,second);
format(string, sizeof string, "%s%d:%s%d:%s%d", (hour < 10) ? ("0") : (""), hour, (minute < 10) ? ("0") : (""), minute, (second < 10) ? ("0") : (""), second);
TextDrawHideForAll(Clock);
Clock = TextDrawCreate(542.0, 24.0, string);
TextDrawLetterSize(Clock, 0.6, 1.8);
TextDrawFont(Clock, 3);
TextDrawSetOutline(Clock, 2);
TextDrawShowForAll(Clock);
SetTimer("clock",1000,0);
return 1;
}mfg
-
Wollt ihr mir jetzt erklären ich hab ts3 und gameserver umsonst gekauft?
-
Danke das ihr mich voll runter macht -.-
-
08/15 Server sind sozusagen "billig"-Server
die nichts großartiges zu bieten haben und
auf denen es auch langweillig ist zu spielen.Bzw. ist es auch schlecht gescriptet
1. Wer hat gesagt ich hab nix großartiges zu bieten?
2. Server ist noch nicht fertig also kann man noch nicht wissen obs langweillig ist oder nicht
3. Ist noch nicht fertig und bisjetzt ist es ganz gut -
Versteh mich bitte nicht falsch.
Ich meine das echt nicht böse sondern nur als guten Rat.Vergiss das mit dem RL Server es gibt schon genug 08/15 Server.
Den wenn der so wird wie deine Anfrage um !!!Co-Leader!!!! Kannst du das gleich sein lassen.sorry aber was ist ein 08/15 server?
-
Moinsen
Ich wollte nen reallife server machen brauch aber nen 2ten projektleiter
er sollte entweder scripten oder mappenAlso ich kann scripten.. hab auch ne selfmade script aber erst 2200
Wer interesse hat soll sich meldenmfg
-
-
ne for schleife machen und dann abfragen ob i admin ist ...
for(new i=0; i<GetMaxPlayers(); i++)
{
if(IsPlayerConnected(i))
{
if(isPlayerAnAdmin(i,1))
{
SendClientMessage(i,0xFF0000,string);
}
}
} -
Moin
Ich hab nen problem bei mein suspect befehl
Also wenn ich zb /su 12(id) 2(wantedlevel) blabla(verbrechen)
Gibt der ihm einfach 49 wanteds?!
Und wenn ich es nochmal mache gibt er ihm wieder 49 wanteds und der neue wantedanzahl ist dann 49.. ._.
Hier der befehl:
ocmd:su(playerid,params[])
{
new pID,WantedAnzahl,Verbrechen[128];
new Sname[MAX_PLAYER_NAME];
new Sname2[MAX_PLAYER_NAME];
new string[128];
new string2[128];
new string3[128];
new string4[128];
GetPlayerName(playerid,Sname,sizeof(Sname));
GetPlayerName(pID,Sname2,sizeof(Sname2));
if(sscanf(params,"usa",pID,WantedAnzahl,Verbrechen)) return SendClientMessage(playerid,ROT,"FEHLER: /su [ID] [Wanted Anzahl] [Verbrechen] !");
if(!isPlayerInFrakt(playerid,1)) return SendClientMessage(playerid,ROT,"Du bist nicht mitglied vom LSPD");
if(!IsPlayerConnected(pID)) return SendClientMessage(playerid,ROT,"Der spieler ist nicht online!");
if(GetPVarInt(pID,"jailed")==1)
{
SendClientMessage(playerid,ROT,"Der spieler ist im gefängnis!");
}
new wanteds;
wanteds = GetPlayerWantedLevel(pID);
SetPlayerWantedLevel(pID,wanteds + WantedAnzahl);
SetPVarInt(pID,"wanteds",GetPlayerWantedLevel(pID));
format(string, sizeof(string), "Du hast ein Verbrechen begangen ( %s ). Zeuge: %s.",Verbrechen,Sname);
SendClientMessage(pID, LILA, string);
format(string2, sizeof(string2), "Vergebene Wanteds: %d. Neues Wantedlevel: %d", WantedAnzahl, wanteds);
SendClientMessage(playerid,LILA,string2);
for(new i=0; i<GetMaxPlayers(); i++)
{
format(string3, sizeof(string3), "HQ: Alle Einheiten: Reporter: %s, Vergebene Wanteds: %d",pID, WantedAnzahl);
SendClientMessage(i, LILA, string);
format(string4, sizeof(string4), "HQ: Verbrechen: %s, Gesuchter: %s, Aktuelle Wanteds: %d",Verbrechen,pID, wanteds);
SendClientMessage(i, LILA, string);
}
return 1;
}Danke im vorraus
-
//edit
Die kordinaten im befehl waren falsch...
Sorry für sinnloser thread -
Hab folgendes aus script gelöscht
for(new i = 0; i < sizeof Autohaus; i++)
{
new datei[50];
format(datei,sizeof(datei),"/Autohaeuser/%s.ini",Autohaus[i][Name]);
if(!dini_Exists(datei))
{
dini_Create(datei);
dini_Set(datei,"Besitzer","Staat");
dini_IntSet(datei,"Kasse",Autohaus[i][Kasse]);
}
Autohaus[i][Kasse] = dini_Int(datei,"Kasse");
format(Autohaus[i][Besitzer],MAX_PLAYER_NAME,dini_Get(datei,"Besitzer"));
}for(new i = 0; i < sizeof Autohaus; i++)
{
CreatePickup(1339,1,Autohaus[i][posx],Autohaus[i][posy],Autohaus[i][posz],-1);
}for(new j = 0; j < sizeof Buycars; j++)
{
kaufauto[j] =
CreateVehicle(Buycars[j][modelid],Buycars[j][posx],Buycars[j][posy],Buycars[j][posz],Buycars[j][posa],-1,-1,-1);
}Nun geht es wieder
woran liegt es aber
Brauch das für autohaus system
-
Loaded Modules:
samp-server.exe A: 0x00400000 - 0x004F5000 (D:\Sherif\Server\samp-server.exe)
ntdll.dll A: 0x77590000 - 0x776CC000 (C:\Windows\SYSTEM32\ntdll.dll)
kernel32.dll A: 0x76E00000 - 0x76ED4000 (C:\Windows\system32\kernel32.dll)
KERNELBASE.dll A: 0x75990000 - 0x759DA000 (C:\Windows\system32\KERNELBASE.dll)
SHELL32.dll A: 0x759E0000 - 0x76629000 (C:\Windows\system32\SHELL32.dll)
msvcrt.dll A: 0x770E0000 - 0x7718C000 (C:\Windows\system32\msvcrt.dll)
SHLWAPI.dll A: 0x77190000 - 0x771E7000 (C:\Windows\system32\SHLWAPI.dll)
GDI32.dll A: 0x76BD0000 - 0x76C1E000 (C:\Windows\system32\GDI32.dll)
USER32.dll A: 0x76A70000 - 0x76B39000 (C:\Windows\system32\USER32.dll)
LPK.dll A: 0x777B0000 - 0x777BA000 (C:\Windows\system32\LPK.dll)
USP10.dll A: 0x77710000 - 0x777AD000 (C:\Windows\system32\USP10.dll)
WSOCK32.dll A: 0x71220000 - 0x71227000 (C:\Windows\system32\WSOCK32.dll)
WS2_32.dll A: 0x767D0000 - 0x76805000 (C:\Windows\system32\WS2_32.dll)
RPCRT4.dll A: 0x766A0000 - 0x76741000 (C:\Windows\system32\RPCRT4.dll)
NSI.dll A: 0x76DF0000 - 0x76DF6000 (C:\Windows\system32\NSI.dll)
WINMM.dll A: 0x70CB0000 - 0x70CE2000 (C:\Windows\system32\WINMM.dll)
IMM32.DLL A: 0x76DD0000 - 0x76DEF000 (C:\Windows\system32\IMM32.DLL)
MSCTF.dll A: 0x768A0000 - 0x7696C000 (C:\Windows\system32\MSCTF.dll)
mswsock.dll A: 0x75150000 - 0x7518C000 (C:\Windows\system32\mswsock.dll)
wshtcpip.dll A: 0x74C30000 - 0x74C35000 (C:\Windows\System32\wshtcpip.dll)
NLAapi.dll A: 0x73C60000 - 0x73C70000 (C:\Windows\system32\NLAapi.dll)
DNSAPI.dll A: 0x75010000 - 0x75054000 (C:\Windows\system32\DNSAPI.dll)
winrnr.dll A: 0x6F580000 - 0x6F588000 (C:\Windows\System32\winrnr.dll)
napinsp.dll A: 0x6D830000 - 0x6D840000 (C:\Windows\system32\napinsp.dll)
sechost.dll A: 0x76630000 - 0x76649000 (C:\Windows\SYSTEM32\sechost.dll)
pnrpnsp.dll A: 0x6D670000 - 0x6D682000 (C:\Windows\system32\pnrpnsp.dll)
WLIDNSP.DLL A: 0x70CF0000 - 0x70D17000 (C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL)
ADVAPI32.dll A: 0x771F0000 - 0x77290000 (C:\Windows\system32\ADVAPI32.dll)
PSAPI.DLL A: 0x776D0000 - 0x776D5000 (C:\Windows\system32\PSAPI.DLL)
IPHLPAPI.DLL A: 0x73690000 - 0x736AC000 (C:\Windows\system32\IPHLPAPI.DLL)
WINNSI.DLL A: 0x73670000 - 0x73677000 (C:\Windows\system32\WINNSI.DLL)
rasadhlp.dll A: 0x71020000 - 0x71026000 (C:\Windows\system32\rasadhlp.dll)
-
Hey
Ich hab ein problem...
Wenn ich sa-mp server starte schließt es sofort wieder...Hier was bei log steht
SA-MP Dedicated Server
----------------------
v0.3e-R2, (C)2005-2012 SA-MP Team[14:00:38]
[14:00:38] Server Plugins
[14:00:38] --------------
[14:00:38] Loaded 0 plugins.[14:00:39]
[14:00:39] Filterscripts
[14:00:39] ---------------
[14:00:39] Loading filterscript 'DC.amx'...
[14:00:39] Loaded 1 filterscripts.Kann wer helfen will mein server weiter machen
Danke im vorraus...
-
D:\Sherif\Server\gamemodes\Untitled.pwn(373) : error 001: expected token: ";", but found "new"
-
Hi
Ich wollte ein tazer befehl machen
Ich weiß wie das geht.. nur ich will die position vom anderen spieler finden
Wie geht das?
Danke im vorraus
-
DisableInteriorEnterExits();
Dankeschön
-
Hi
Ich hab ne frage,
wie war der befehl nochmal um Eingänge/ausgänge zu deaktivieren
Wie zb bei LSPDmfg
-
ich meinete ein eigenes machen ob mir da jemand hilft bin noch anfänger im scripten
Warum sollten wir für dich ein ganzes handy system machen?
Lern doch scripten und mach dir eins
-
Ausversehen auf absenden 2 mal geklickt
ich sag nur Rechtschreib fehler point hast du groß geschrieben
hier:
SetPlayerCheckpoint(playerid,1215.1379,-1840.6420,13.0071,3);
warum erstellst du 2Threads ?