brauch ich infos und zwar wieviel fraction haßt du bracuhe die nummer dazu.
add mich ma icq oder msn.
daniel_faller@msn.com oder 392 418 749
brauch ich infos und zwar wieviel fraction haßt du bracuhe die nummer dazu.
add mich ma icq oder msn.
daniel_faller@msn.com oder 392 418 749
Laufschrift wo ? in game oderwas?
Header :
forward time2();
new Text:Clock;
new Text:Date;
public OnGameModeInit()
{
Clock=TextDrawCreate(549,24, "00:00");
TextDrawLetterSize(Clock,0.55,2);
TextDrawFont(Clock,3);
TextDrawBackgroundColor(Clock,0x000000AA);
TextDrawSetOutline(Clock,2);
Date=TextDrawCreate(500,3, "01.01.2008");
TextDrawLetterSize(Date,0.55,2);
TextDrawFont(Date,3);
TextDrawBackgroundColor(Date,0x000000AA);
TextDrawSetOutline(Date,2);
SetTimer("time2", 60000, 1);
}
Irgendwo Am Besten Ganz Unten :
public time2()
{
new hour,minute,second;
new string[256];
new string2[256];
new Text:Datum;
new day,month,year;
getdate(day,month,year);
gettime(hour,minute,second);
if (minute <= 9){format(string,25,"%d:0%d",hour,minute);}
else {format(string,25,"%d:%d",hour,minute);}
if (day <= 9){format(string2,25,"0%d.%d.%d",year,month,day);}
else if (month <= 9 && day >= 9) {format(string2,25,"%d.0%d.%d",year,month,day);}
else {format(string2,25,"%d.%d.%d",year,month,day);}
if (hour == 0){SetWorldTime(0);}
if (hour == 1){SetWorldTime(1);}
if (hour == 2){SetWorldTime(2);}
if (hour == 3){SetWorldTime(3);}
if (hour == 4){SetWorldTime(4);}
if (hour == 5){SetWorldTime(5);}
if (hour == 6){SetWorldTime(6);}
if (hour == 7){SetWorldTime(7);}
if (hour == 8){SetWorldTime(8);}
if (hour == 9){SetWorldTime(9);}
if (hour == 10){SetWorldTime(10);}
if (hour == 11){SetWorldTime(11);}
if (hour == 12){SetWorldTime(12);}
if (hour == 13){SetWorldTime(13);}
if (hour == 14){SetWorldTime(14);}
if (hour == 15){SetWorldTime(15);}
if (hour == 16){SetWorldTime(16);}
if (hour == 17){SetWorldTime(17);}
if (hour == 18){SetWorldTime(18);}
if (hour == 19){SetWorldTime(19);}
if (hour == 20){SetWorldTime(20);}
if (hour == 21){SetWorldTime(21);}
if (hour == 22){SetWorldTime(22);}
if (hour == 23){SetWorldTime(23);}
if (hour == 24){SetWorldTime(24);}
TextDrawHideForAll(Clock);
Clock=TextDrawCreate(549,24,string);
TextDrawLetterSize(Clock,0.55,2);
TextDrawFont(Clock,3);
TextDrawBackgroundColor(Clock,0x000000AA);
TextDrawSetOutline(Clock,2);
TextDrawShowForAll(Clock);
SetTimer("time2",30000,0);
SetTimer("weather",11000000,true);
TextDrawHideForAll(Datum);
Datum=TextDrawCreate(500,3,string2);
TextDrawLetterSize(Datum,0.55,2);
TextDrawFont(Datum,3);
TextDrawBackgroundColor(Datum,0x000000AA);
TextDrawSetOutline(Datum,2);
TextDrawShowForAll(Datum);
return 1;
}
in Gamemode so Nach Starten müsste er na 1 min oben rechts die Original zeit und das datum anzeigen.
Solten die Ballas und Grooves ? Was Besonderes Haben ? Also befehle oderso eingende wagen undso ? skins.....
lol für welche gamemode ? gf?
Jo 4Link ich wette es geht auch auf dein denn meist sind die angaben aufs max. grafik gelegt und wenn man den schatten und paar andere etwas runter macht gehts auch mit weniger leistung einbahnfrei sowas ist oft .
Jepp ich kanns auch Zocken wenn das stimmt was da Steht freu mich schon xD Werde Natürlich sa auch weiter zocken und neben bei sp gta Iv zocken.
Wobei ich natürlich gta sa mp treu bleibe und werde das auch Weiter Zocken .
jo fast jede 3 woche xD ist Alltäglich xD keine Panik
lol das ist Godfahter man das RPG/RL
Zitatif (strcmp(cmdtext, "/pship", true) == 0
da Fehlt glaube nach der 0 eine )
Dann Muss Unter if (strcmp(cmdtext, "/pship", true) == 0 auch eine {
da fehlt auch eine klammer
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/pship", true) == 0) { //<--- /pship auslöser
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,2037.3260,1544.8792,10.8203);
GivePlayerMoney(playerid,-100); // <----- -100 Betrag der Abgezogen wird.
SendClientMessage(playerid,0xFFFF00AA,"Hier Dein Wunschtext der Bei Befehl Erscheint");
return 1;
}
Zitatwarning 209: function "OnPlayerCommandText" should return a value
und glaube das liegt an return mach ma return 0 oder machs ma weg.
Unter : OnPlayerCommandText
if (strcmp(cmdtext, "/pship", true) == 0) { //<--- /pship auslöser
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid,2037.3260,1544.8792,10.8203);
GivePlayerMoney(playerid,-100); // <----- -100 Betrag der Abgezogen wird.
SendClientMessage(playerid,0xFFFF00AA,"Hier Dein Wunschtext der Bei Befehl Erscheint");
return 1;
}
World Mods ist auch Blöd Wirst Gebannt wenn in den thread stell hier dein Server vor dein server Vorstellst
aber hier die IP :82.192.88.38:7777
85.114.135.182:7777 warum hat der 400?
Hi Mal eine Frage Gibt es eig ein Spieler Limit habe ein Server Gesehen da könne bist zu 400 leute drauf? da wolt ich fragen wie viel ansich möglich ist ob es da eine Begrenzung gibt ?.
German RealLife by Nova.... da sind immerso 100 leute drauf 91.121.86.193:7777
Hi Keine Ahnung aber eventuell so ?
Head Bereich
#define COLOR_RED 0xFF0000FF
enum pInfo
{
pAdmin,
}
und bei public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/lol", cmdtext, true, 10) == 0)
{
new PlayerInfo[MAX_PLAYERS][pInfo];
if(PlayerInfo[playerid][pAdmin] >= 1)
{
SendClientMessage(playerid, COLOR_RED, "Es Geht ");
}
else
{
SendClientMessage(playerid, COLOR_RED, "Es Geht Nicht");
}
}
return 0;
}
Habe es nicht Getestet auf Server aber bein Com.. kam keine Fehler xD.