[Pomoc]File read

Započeo [JB:RP]Esse
24. Jun 2012.
342
pregleda
9
postova
Ronw
4
Shot Caller
24. Jun 2012.
Skripta koju koristim:Edit Se:RP
Detaljni opis problema:Moze mi netko pomoci kako da napravim kada ukucam /provjeri da mi iscita fajl igraca ? (/provjeri marko_markovic) da mi isicat njeogv file ?
Dio skripte://
Neke slike/video://
Dave
5
Underboss
24. Jun 2012.
Koji file system koristis?
Ronw
4
Shot Caller
24. Jun 2012.
public CKLog(string[])
{
new entry;
format(entry, sizeof(entry), "%s\n",string);
new File:hFile;
hFile = fopen("logs/ck.log", io_append);
fwrite(hFile, entry);
fclose(hFile);
}


hvala sto hoces pomoci
Dave
5
Underboss
24. Jun 2012.
Ne to, za igraca... Jel dini?
Ronw
4
Shot Caller
24. Jun 2012.
dini je
Ronw
4
Shot Caller
25. Jun 2012.
Bump oprostite na DP ali moze netko pomoci :S
David003
5
Underboss
25. Jun 2012.
Evo ti komanda ostalo sam napravi

if (strcmp(cmd, "/proveri", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
if (PlayerInfo >= 1 || PlayerInfo >= 1)
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD1, ""svpl"Koriscenje:{FFFFFF} /proveri [ID Igraca]");
return 1;
}
//giveplayerid = strval(tmp);
            giveplayerid = ReturnUser(tmp);
if(IsPlayerConnected(giveplayerid))
{
    if(giveplayerid != INVALID_PLAYER_ID)
    {
ShowStats(playerid,giveplayerid);
}
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "Nema takvog igraca");
}
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "Niste admin");
}
}
return 1;
}
Ronw
4
Shot Caller
25. Jun 2012.
pa upravo mi oko toga i treba pomoc trebam namjestiti za offline igrace da mi iscita statse iz scriptfiles/user 😕 koristim DINI...
Ronw
4
Shot Caller
27. Jun 2012.
dajte ako netko zna neka pomogne prosla su 2 dana i nista :S

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha