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. 1216
Szkript kérések / Személyi« Dátum: 2012. április 06. - 09:14:48 »
Tess
[pawn] stock Float:GetDistanceBetweenPlayers(p1,p2) { new Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2; if(!IsPlayerConnected(p1) || !IsPlayerConnected(p2)) { return -1.00; } GetPlayerPos(p1,x1,y1,z1); GetPlayerPos(p2,x2,y2,z2); return floatsqroot(floatpower(floatabs(floatsub(x2,x1)),2)+floatpower(floatabs(floatsub(y2,y1)),2)+floatpower(floatabs(floatsub(z2,z1)),2)); } stock sscanf(string[], format[], {Float,_}:...) { #if defined isnull if (isnull(string)) #else if (string[0] == 0 || (string[0] == 1 && string[1] == 0)) #endif { return format[0]; } #pragma tabsize 4 new formatPos = 0, stringPos = 0, paramPos = 2, paramCount = numargs(), delim = \' \'; while (string[stringPos] && string[stringPos] <= \' \') { stringPos++; } while (paramPos < paramCount && string[stringPos]) { switch (format[formatPos++]) { case \'\\0\': { return 0; } case \'i\', \'d\': { new neg = 1, num = 0, ch = string[stringPos]; if (ch == \'-\') { neg = -1; ch = string[++stringPos]; } do { stringPos++; if (\'0\' <= ch <= \'9\') { num = (num * 10) + (ch - \'0\'); } else { return -1; } } while ((ch = string[stringPos]) > \' \' && ch != delim); setarg(paramPos, 0, num * neg); } case \'h\', \'x\': { new num = 0, ch = string[stringPos]; do { stringPos++; switch (ch) { case \'x\', \'X\': { num = 0; continue; } case \'0\' .. \'9\': { num = (num << 4) | (ch - \'0\'); } case \'a\' .. \'f\': { num = (num << 4) | (ch - (\'a\' - 10)); } case \'A\' .. \'F\': { num = (num << 4) | (ch - (\'A\' - 10)); } default: { return -1; } } } while ((ch = string[stringPos]) > \' \' && ch != delim); setarg(paramPos, 0, num); } case \'c\': { setarg(paramPos, 0, string[stringPos++]); } case \'f\': { setarg(paramPos, 0, _:floatstr(string[stringPos])); } case \'p\': { delim = format[formatPos++]; continue; } case \'\\\'\': { new end = formatPos - 1, ch; while ((ch = format[++end]) && ch != \'\\\'\') {} if (!ch) { return -1; } format[end] = \'\\0\'; if ((ch = strfind(string, format[formatPos], false, stringPos)) == -1) { if (format[end + 1]) { return -1; } return 0; } format[end] = \'\\\'\'; stringPos = ch + (end - formatPos); formatPos = end + 1; } case \'u\': { new end = stringPos - 1, id = 0, bool:num = true, ch; while ((ch = string[++end]) && ch != delim) { if (num) { if (\'0\' <= ch <= \'9\') { id = (id * 10) + (ch - \'0\'); } else { num = false; } } } if (num && IsPlayerConnected(id)) { setarg(paramPos, 0, id); } else { #if !defined foreach #define foreach(%1,%2) for (new %2 = 0; %2 < MAX_PLAYERS; %2++) if (IsPlayerConnected(%2)) #define __SSCANF_FOREACH__ #endif string[end] = \'\\0\'; num = false; new name[MAX_PLAYER_NAME]; id = end - stringPos; foreach (Player, playerid) { GetPlayerName(playerid, name, sizeof (name)); if (!strcmp(name, string[stringPos], true, id)) { setarg(paramPos, 0, playerid); num = true; break; } } if (!num) { setarg(paramPos, 0, INVALID_PLAYER_ID); } string[end] = ch; #if defined __SSCANF_FOREACH__ #undef foreach #undef __SSCANF_FOREACH__ #endif } stringPos = end; } case \'s\', \'z\': { new i = 0, ch; if (format[formatPos]) { while ((ch = string[stringPos++]) && ch != delim) { setarg(paramPos, i++, ch); } if (!i) { return -1; } } else { while ((ch = string[stringPos++])) { setarg(paramPos, i++, ch); } } stringPos--; setarg(paramPos, i, \'\\0\'); } default: { continue; } } while (string[stringPos] && string[stringPos] != delim && string[stringPos] > \' \') { stringPos++; } while (string[stringPos] && (string[stringPos] == delim || string[stringPos] <= \' \')) { stringPos++; } paramPos++; } do { if ((delim = format[formatPos++]) > \' \') { if (delim == \'\\\'\') { while ((delim = format[formatPos++]) && delim != \'\\\'\') {} } else if (delim != \'z\') { return delim; } } } while (delim > \' \'); return 0; } if(strcmp(cmd, \"/személyi\", true) == 0 || strcmp(cmd, \"/szemelyi\", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_WHITE, \"Használat: /személyi [id/név]\"); } giveplayerid = ReturnUser(tmp); if(IsPlayerConnected(giveplayerid)) { if(giveplayerid != INVALID_PLAYER_ID) { if(GetDistanceBetweenPlayers(playerid,giveplayerid) < 3) { GetPlayerName(playerid, name, sizeof (name)); GetPlayerName(giveplayerid, giveplayer, sizeof (giveplayer)); format(stringx, sizeof(stringx), \"Megmutatod %s a személyidet!\", rag(giveplayer,2)); SendClientMessage(playerid, COLOR_LIGHTBLUE, stringx); SendClientMessage(giveplayerid, COLOR_GREY, \"____________________\"); format(stringx, sizeof(stringx), \"Név: %s\", name); SendClientMessage(giveplayerid, COLOR_WHITE, stringx); if(Info[playerid][karineme] == 1) format(stringx, sizeof(stringx), \"Nem: Férfi\"); else if(Info[playerid][karineme] == 2) format(stringx, sizeof(stringx), \"Nem: Nõ\"); SendClientMessage(giveplayerid, COLOR_WHITE, stringx); format(stringx, sizeof(stringx), \"Kor: %d\", Info[playerid][eletkor]); SendClientMessage(giveplayerid, COLOR_WHITE, stringx); if(Info[playerid][varosban] == 0) format(stringx, sizeof(stringx), \"Lakhely: Bayside\"); else if(Info[playerid][varosban] == 1) format(stringx, sizeof(stringx), \"Lakhely: El Quebrados\"); SendClientMessage(giveplayerid, COLOR_WHITE, stringx); format(stringx, sizeof(stringx), \"A városban: %d órája\", Info[playerid][idoora]); SendClientMessage(giveplayerid, COLOR_WHITE, stringx); SendClientMessage(giveplayerid, COLOR_GREY, \"____________________\"); } else { SendClientMessage(playerid, COLOR_WHITE, \"Játékos nincs a közelben!\"); } } else { SendClientMessage(playerid, COLOR_WHITE, \"Játékos nem elérhetõ!\"); } } } return 1; } enum info { karineme, varosban }; new Info[PLAYERS][info]; [/pawn] Ha van vmi error írj ! 1217
Szkript kérések / Túl melegedõ gumik« Dátum: 2012. április 06. - 09:09:03 »
http://forum.sa-mp.com/showthread.php?t=136909
Itt van hogy kidurranjon a gumi egy idõ után azt hiszem már csak csinálnod kell egy csíkot és azzal összekötni és a timer már megvan hozzá ennyi lenne az egész és csak meg kell villogtatnod. 1218
SA-MP: Szerverfejlesztés / Confederacy Reboorn Mód« Dátum: 2012. április 06. - 09:07:00 »Idézetet írta: ZzzzzZ date=1333695948\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19679\" data-ipsquote-contentclass=\"forums_Topic csak pawn fájla van senki se tudja majd felhasználni...Hát mondjuk én simán áttom menteni mert nekem megvan az eredeti mód lt is és ez arra épül Ennyi az egész : [pawn]C:\\Documents and Settings\\Rendszergazda\\Dokumentumok\\Downloads\\samp03dsvr_R2_win32 (1)\\pawno\\include\\SpikeStrip.inc(27) : warning 219: local variable \"doors\" shadows a variable at a preceding level C:\\Documents and Settings\\Rendszergazda\\Dokumentumok\\Downloads\\samp03dsvr_R2_win32 (1)\\pawno\\include\\SpikeStrip.inc(27) : warning 219: local variable \"lights\" shadows a variable at a preceding level C:\\Documents and Settings\\Rendszergazda\\Dokumentumok\\Downloads\\Conf (1).pwn(5465) : warning 216: nested comment C:\\Documents and Settings\\Rendszergazda\\Dokumentumok\\Downloads\\Conf (1).pwn(31979) : warning 203: symbol is never used: \"armizona\" C:\\Documents and Settings\\Rendszergazda\\Dokumentumok\\Downloads\\Conf (1).pwn(31979) : warning 203: symbol is never used: \"fatalzona\" C:\\Documents and Settings\\Rendszergazda\\Dokumentumok\\Downloads\\Conf (1).pwn(31979) : warning 203: symbol is never used: \"strtokk\" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 6 Warnings. [/pawn] Lementi 1219
SA-MP: Szerverfejlesztés / Confederacy Reboorn Mód« Dátum: 2012. április 06. - 09:04:31 »
ÕÕ az a gond hogy õk nem egyeztek bele :S
És ez LT alap szóval az LT tulaja se engedné 1220
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 06. - 09:03:17 »Idézetet írta: bojhoska39 date=1333663672\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic Valakinek megvan a full mappa?Ebbõl mi hiányzik ? Megpróbálom megkeresni 1221
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:43:45 »Idézetet írta: nyui date=1333651377\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic Nexus_Vokcsa, Oxfordból itélve. :laugh: 1222
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:42:51 »Idézetet írta: IXT date=1333651270\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic Mi volt a szerveren a neved?Leonardo Corleone még asszem az egyik keménykedõ scriptert bannoltam is
1223
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:39:24 »Idézetet írta: Benwolf date=1333651029\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic MEnyit írtál bele?? 2sort? :DxDDNem bírod elviselni hogy kitettem ember ? Nehogy már olyan nagyon jó szerver legyen a te oxfordod ne haragudj én inkább elbújnék ha olyan nevû lenne a szerverem hogy Oxford. Én csak azért tettem fel hogy aki tanul scriptelni vagy kéri az letudja tölteni és ne ilyenek írkáljanak nekik flegma szövegeket.... Én nem mondtam hogy én csináltam én csak scripteltem rajta és csak feltettem am meg ez egy DT mód csak oxford a neve .... 1224
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:37:00 »Idézetet írta: BoSS date=1333650952\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic Már egyszer fel volt ide töltve és akkor se értettem miért lett leszedve...Ez egy Dt edit ami publikálva van....és már egy rakat embernek meg van annak nincs meg aki vak és nem tud utána keresni...Pontosan ! 1225
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:31:31 »Idézetet írta: Benwolf date=1333650625\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic Ez hiba volt -.-Mi volt hiba ? Sajnálom megkaptam a módot én írtam bele szóval én döntöm el mit csinálok vele 1226
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:15:24 »Idézetet írta: BoSS date=1333649659\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"19666\" data-ipsquote-contentclass=\"forums_Topic Nekem már régóta meg van már azóta mikor Denes abba hagyta fejlesztését mert rájött õ is hogy egy bug halmaz senkinek sem ajánlom ugyan olyan tré mint Dt és felesleges ezzel szervert nyitni.Csak azok nyitnak ilyen moddal szervert kik hatalom éhesek és hogy õk legyenek a gorék.De ezzel a moddal nem fogtok sokra menni elején talán mennek rá aztán meg bezárhatjátok a szervertHát ja kb én csak feltettem hogyha már mindenki kéri én ilyennel nem mernék indulni 1227
Törölt RP Szerverek / [HUN] Oxford RPG [RELOADED]« Dátum: 2012. április 05. - 20:14:01 »Idézetet írta: nyui date=1333649546\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18509\" data-ipsquote-contentclass=\"forums_Topic Itt Montvai neve David_Coreborn. Nem Montvai David, LT-rõl lett bannolva David_Coreborn névvel.Most beszéltem vele skypen mondta h elvették az adminját 1228
Törölt RP Szerverek / [HUN] Oxford RPG [RELOADED]« Dátum: 2012. április 05. - 20:11:20 »Idézetet írta: nyui date=1333648447\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18509\" data-ipsquote-contentclass=\"forums_Topic Az eredeti az a Montvaié, a RÉGI meg nemtudom.De ezen Montvai nem admin 1229
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:08:36 »
Most már ha mindenki kéri akkor töltsék engem már nem érdekel figyelj legalább a full house non playerek odamennek nem normális RP szerverekre :thumbsup:
1230
Fórum Archívum (Témák/Fórumok) / Oxford RPG mód« Dátum: 2012. április 05. - 20:04:51 »
VÉGE A JÓNAK CSÁ !
|