Nekem nem menti el!
Megtudnád csinálni, hogy elmentse így: SZTI/%s.valami, szóval egy külön mappába? :)
És másodperc is kéne ha megoldható! :)
Szerk: tesztelem!
Szerk2: hibás!
C:\\Documents and Settings\\Rendszergazda\\Asztal\\DsW [0.3d]\\filterscripts\\Idomero.pwn(50) : error 025: function heading differs from prototype
C:\\Documents and Settings\\Rendszergazda\\Asztal\\DsW [0.3d]\\filterscripts\\Idomero.pwn(50) : error 029: invalid expression, assumed zero
C:\\Documents and Settings\\Rendszergazda\\Asztal\\DsW [0.3d]\\filterscripts\\Idomero.pwn(52) : error 010: invalid function or declaration
C:\\Documents and Settings\\Rendszergazda\\Asztal\\DsW [0.3d]\\filterscripts\\Idomero.pwn(55) : error 010: invalid function or declaration
C:\\Documents and Settings\\Rendszergazda\\Asztal\\DsW [0.3d]\\filterscripts\\Idomero.pwn(57) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
Javítva na most teszt !
Na teszteltem! Nekem mostsem menti!
Kijelzi hogy 0 óra 1 perc de nem menti!
Azthiszem erre gondol kurta:
public Uzi(playerid)//egy új föggvény
{
foreach(Player,i)
{
new string[100];//változó
format(string, sizeof(string),\"{00CF00}[iNFO]{FF9E00}Szerveren eltõltött idõd:{FF0808}%d{FF9E00}óra {FF0808}%d{FF9E00}perc!\",ora[playerid],perc[playerid]);//üzenet formátuma
SendClientMessage(i,-1,string);//üzenet
}
return 1;
}