Üzenetek megjelenítése

Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.


Üzenetek - JBauer

Oldalak: 1 ... 70 71 [72] 73 74 ... 92
1066
Segítségkérés / Más embernek dolog adása
« Dátum: 2012. június 19. - 20:25:01 »
Magyarázat kell?
 
CMD:adfegyver(playerid,params[]) // maga a parancs
    { // nyitás
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,5,\"Nem vagy RCON ADMIN !\"); // ha nem admin nem használhatja
    new target,weaponid,tolteny,str[200]; // változók
    if(sscanf(params,\"ddd\",target,weaponid,tolteny)) return SendClientMessage(playerid,0xFFFF00AA,\"Használat : /adfegyver [iD] [Fegyverid][Tölteny]\"); // sscanf = Ha csak annyit ír be: /adfegyver akkor kiírjuk a használatát (bõvebben a leírásokban)
    if(weaponid < 1 || weaponid > 46) return SendClientMessage(playerid,0xAA3333AA,\"Csak 1-46 közt lehetnek a fegyverek!\"); // ha nem 1-46-ig van a fegyverid akkor nem használhatja
    format(str,sizeof(str),\"Fegyvert adtál neki : %s , Fegyver ID:%d, Töltény:%d\",pName(playerid),weaponid,tolteny); // üzenet formázás
    SendClientMessage(playerid,0xFFFF00AA,str); // üzenet elküldése
    format(str,sizeof(str),\"Fegyvert kaptál tõle : %s\",pName(playerid)); // formázás
    SendClientMessage(target,0xFFFF00AA,str); // elküldés
    GivePlayerWeapon(target,weaponid,tolteny); // fegyver adás a beírt id-nek
    return 1; // visszatérés
    } // lezárás

 
a new target az a játékos akinek adjuk a fegyvert.

1067
Segítségkérés / Kapu nyitás hiba.
« Dátum: 2012. június 19. - 14:47:22 »
MoveObject(kapu, 1041.5999755859, -1458.3000488281, 9.8999996185303 , 2.0);
Itt van neki a nyitott kordi, nem egyezik a zárttal.

1068
Segítségkérés / Kocsivásárlás
« Dátum: 2012. június 19. - 14:46:31 »
nincsen scriptfiles mappa

1069
Segítségkérés / nem ismeri fel a gamemodot...HELP
« Dátum: 2012. június 19. - 09:25:50 »
Zeteni, az strcmp-s parancsokba bele kell írni a \'/\' jelet, csak a ZCMD-s parancsokba nem. :)

1071
Segítségkérés / dini.inc és dutils.inc probléma
« Dátum: 2012. június 18. - 10:41:08 »
Igen, akkor az
 
#include <a_samp>

 sorra errorozik
de megoldottam, úgy, hogy átmásoltam egy másik pawnoba.

1072
Segítségkérés / dini.inc és dutils.inc probléma
« Dátum: 2012. június 18. - 09:37:30 »
Nem oldotta meg a problémát.

1073
PawnScite ugyanaz mint a pawno.
F7-el lekompilálja

1074
Segítségkérés / dini.inc és dutils.inc probléma
« Dátum: 2012. június 17. - 20:17:04 »
stock GetDatumIdo()
{
new ev,honap,nap,ora,perc,mp, str[64]; // ez a hibás sor
getdate(ev,honap,nap);
gettime(ora,perc,mp);
format(str, 64, \"[%d/%d/%d][%d:%d:%d]\", ev, honap, nap, ora, perc, mp);
return str;
}

1075
Segítségkérés / dini.inc és dutils.inc probléma
« Dátum: 2012. június 17. - 19:51:26 »
Sziasztok! Mi lehet a probléma?
 
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\new.pwn(306) : error 049: invalid line continuation
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(40) : error 017: undefined symbol \"fexist\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(42) : error 017: undefined symbol \"fopen\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(42) : warning 213: tag mismatch
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(44) : error 017: undefined symbol \"fclose\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(53) : error 017: undefined symbol \"strlen\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(54) : error 017: undefined symbol \"strlen\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(62) : error 017: undefined symbol \"format\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(62) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(62) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(62) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(63) : error 017: undefined symbol \"fremove\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(66) : error 017: undefined symbol \"fopen\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(66) : warning 213: tag mismatch
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(69) : error 017: undefined symbol \"fopen\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(69) : warning 213: tag mismatch
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(72) : error 017: undefined symbol \"fclose\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(76) : error 017: undefined symbol \"fread\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(80) : error 017: undefined symbol \"strcmp\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(83) : error 017: undefined symbol \"format\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(83) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(83) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(83) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(83) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(88) : error 017: undefined symbol \"fwrite\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(89) : error 017: undefined symbol \"fwrite\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(93) : error 017: undefined symbol \"format\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(93) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(93) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(93) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(93) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(94) : error 017: undefined symbol \"fwrite\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(95) : error 017: undefined symbol \"fwrite\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(98) : error 017: undefined symbol \"fclose\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(99) : error 017: undefined symbol \"fclose\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(101) : error 017: undefined symbol \"format\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(101) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(101) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(101) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(103) : error 017: undefined symbol \"fremove\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(111) : error 017: undefined symbol \"format\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(109) : warning 203: symbol is never used: \"value\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(116) : error 017: undefined symbol \"strval\"
C:\\Documents and Settings\\Gyerekek\\Asztal\\F1\\samp03dsvr_R2_win32\\pawno\\include\\dini.inc(190) : error 017: undefined symbol \"strlen\"
Compilation aborted.Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
26 Errors.

1076
Segítségkérés / Úttisztító
« Dátum: 2012. június 17. - 15:35:32 »
AttachObjectToVehicle

1077
Segítségkérés / Idõ gl_realtime szerint
« Dátum: 2012. június 17. - 12:19:04 »
server.cfg-ben:
filterscripts gl_realtime
próbáltad már?

1078
Archívum / [HUN]Real Trill RPG
« Dátum: 2012. június 17. - 11:14:26 »
Sok sikert Sweep :)

1079
SA-MP: Szerverfejlesztés / Munka
« Dátum: 2012. június 16. - 22:56:12 »
2 éves téma
(facepalm)

1080
Társalgó / SA:MP szerver ingyen
« Dátum: 2012. június 16. - 22:52:08 »
Nagyon segítõkész, és gyors, csak ajánlani tudom ;)

Oldalak: 1 ... 70 71 [72] 73 74 ... 92
SimplePortal 2.3.7 © 2008-2024, SimplePortal