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. 1922
SA-MP: Szerverfejlesztés / Equip« Dátum: 2012. január 07. - 22:40:29 »
Készitõ : OKStyle
http://forum.sa-mp.com/showthread.php?t=220112 [pawn]/* * Created: 02.02.11 * Author: OKStyle * Description: Armour 2.3 */ #include <a_samp> #define COLOR_INTERFACE_BODY 0xFDE39DAA public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, \"/equip\", true, 6) == 0) { if(GetPVarInt(playerid, \"Equipped\") != 0) return SendClientMessage(playerid, COLOR_INTERFACE_BODY, \"Már felvagy öltözve!\"); if(GetPlayerSkin(playerid) < 280 || GetPlayerSkin(playerid) > 288) return SendClientMessage(playerid, COLOR_INTERFACE_BODY, \"Csak Rendör SKINEKEN!!.\"); SetPlayerAttachedObject(playerid, 1, 19142, 1, 0.1, 0.05, 0.0, 0.0, 0.0, 0.0); SetPlayerAttachedObject(playerid, 2, 19141, 2, 0.11, 0.0, 0.0, 0.0, 0.0, 0.0); SetPlayerAttachedObject(playerid, 3, 18637, 13, 0.35, 0.0, 0.0, 0.0, 0.0, 180.0); SetPlayerAttachedObject(playerid, 4, 18642, 7, 0.1, 0.0, -0.11, 0.0, -90.0, 90.0); GivePlayerWeapon(playerid, 3, 1); SetPlayerArmour(playerid, 100.0); SetPVarInt(playerid, \"Equipped\", 1); return 1; } if(strcmp(cmdtext, \"/equipoff\", true, 9) == 0) { if(GetPVarInt(playerid, \"Equipped\") != 1) return SendClientMessage(playerid, COLOR_INTERFACE_BODY, \"Leleszel vetköztetve!\"); new Float:ap; GetPlayerArmour(playerid, ap); if(ap > 0) { RemovePlayerAttachedObject(playerid, 1); SetPlayerArmour(playerid, 0.0); } RemovePlayerAttachedObject(playerid, 2); RemovePlayerAttachedObject(playerid, 3); RemovePlayerAttachedObject(playerid, 4); new weapons[13][2]; for (new i; i < 13; i++) { GetPlayerWeaponData(playerid, i, weapons
} ResetPlayerWeapons(playerid); for (new i; i < 13; i++) { if(i == 1) continue; GivePlayerWeapon(playerid, weapons[0], weapons[1]); } SetPVarInt(playerid, \"Equipped\", 0); SendClientMessage(playerid, COLOR_INTERFACE_BODY, \"Lelettél vetköztetve és fegyvertelenitve.\"); return 1; } return 0; } public OnPlayerUpdate(playerid) { if(GetPVarInt(playerid, \"Equipped\") == 1) { RemovePlayerAttachedObject(playerid, 1); new Float:ap; GetPlayerArmour(playerid, ap); if(ap > 0) SetPlayerAttachedObject(playerid, 1, 19142, 1, 0.1, 0.05, 0.0, 0.0, 0.0, 0.0); } return 1; } public OnFilterScriptExit() { for(new i, j = GetMaxPlayers(); i != j; i++) { if(!IsPlayerConnected(i)) continue; if(IsPlayerNPC(i)) continue; if(GetPVarInt(playerid, \"Equipped\") != 1) continue; RemovePlayerAttachedObject(i, 1); RemovePlayerAttachedObject(i, 2); RemovePlayerAttachedObject(i, 3); RemovePlayerAttachedObject(i, 4); } return 1; }[/pawn] 1923
SA-MP: Szerverfejlesztés / LowRider Minigame By Carlton« Dátum: 2012. január 07. - 22:29:45 »
Üdv .
áthoztam 1 low rider minigame -t a hiv.forumrol Készitõ : Carlton eredeti link :Kattins Ide video:http://www.youtube.com/watch?v=u7jEnWKSi4M# Download: Kattints Ide Parancsok: /joincontest /togglecontest 1924
SA-MP: Szerverfejlesztés / TextDraw Random Üzenet« Dátum: 2012. január 07. - 10:27:00 »
Üdv Bemutatok 1 TextDraw Random üzeneteta minitérkép felett van elhelyezve
Scriptet Készitette : Én Szabadon felhasználhato Kod: [pawn] new Text:ShadowsRandom; forward RandomMessage(); public OnFilterScriptInit() { ShadowsRandom = TextDrawCreate(60.000000, 323.000000, \"/heal\"); TextDrawBackgroundColor(ShadowsRandom, -1); TextDrawFont(ShadowsRandom, 1); TextDrawLetterSize(ShadowsRandom, 0.500000, 1.800000); TextDrawColor(ShadowsRandom, 65535); TextDrawSetOutline(ShadowsRandom, 1); TextDrawSetProportional(ShadowsRandom, 1); SetTimer(\"RandomMessage\",5000,1); return 1; } new RandomMessages[][] = { \"/tele\", \"/help\", \"/admins\", \"/cmds\", \"/credits\", \"Kellemes Játékot\" }; public RandomMessage() { TextDrawSetString(ShadowsRandom, RandomMessages[random(sizeof(RandomMessages))]); return 1; }[/pawn] 1925
Fórum Archívum (Témák/Fórumok) / _]DsP[_ .::Drift Stunt Party::. [Javítva]« Dátum: 2012. január 07. - 10:14:01 »
igen én vok Gyöngyi
![]() 1926
TGF / [uZ]Unlimited Zone~Drifters TAGFELVÉTEL« Dátum: 2012. január 06. - 17:16:53 »
elkezdtem
![]() 1927
Fórum Archívum (Témák/Fórumok) / _]DsP[_ .::Drift Stunt Party::. [Javítva]« Dátum: 2012. január 06. - 17:14:49 »
szerintem ebbe a klánba fórumról senki se fog jelentkezni
1928
Segítségkérés / Ötletek egy freeroam szerverhez.« Dátum: 2012. január 06. - 15:08:14 »
lackos mondok 1 pár ötletet .: stunt ,drift ,parkour ,dm , rp munkák sttb.
1929
Best Of 2011 / Az év Legjobb Mapja« Dátum: 2012. január 06. - 15:02:25 »Idézetet írta: .:Secur:. date=1325854599\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15039\" data-ipsquote-contentclass=\"forums_Topic Most, hogy jackob csinált egy mta dm mapot az viszi a prímet?ez a map sampra készült szval 1930
Best Of 2011 / Az év Legjobb Mapja« Dátum: 2012. január 06. - 07:46:24 »Idézetet írta: Arius11 date=1325456027\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15039\" data-ipsquote-contentclass=\"forums_Topic
1931
Best Of 2011 / Év legjobb RP/RPG szervere« Dátum: 2012. január 06. - 07:43:02 »
Paradise Role Play
OFF: az év legjob rp szerver cimet szerintem paradise fog nyerni ![]() 1932
Best Of 2011 / Az év legjobb videója« Dátum: 2012. január 06. - 07:40:42 »Idézetet írta: TH3 date=1325785397\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15067\" data-ipsquote-contentclass=\"forums_Topic Hú ***dmeg, jövõre tõlem helyesírási szabályzatot kapsz karácsonyra. 1933
TGF / [uZ]Unlimited Zone~Drifters TAGFELVÉTEL« Dátum: 2012. január 06. - 07:32:49 »Idézetet írta: pEnZi date=1325803002\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"15105\" data-ipsquote-contentclass=\"forums_Topic valószínûleg kezdõk.1et értek veled én decemberben kezdtem a driftet és már mennek az alap driftek ,360°, 180°, Max Angle 1934
SA-MP: Szerverfejlesztés / San Fierro Tûzoltóság (Garázs) + Script« Dátum: 2012. január 06. - 07:30:49 »
szép munka
1935
TGF / [uZ]Unlimited Zone~Drifters TAGFELVÉTEL« Dátum: 2012. január 05. - 22:33:36 »
bárhol lehet be adni ?? én nem tok oly jo spotokat , régieket is felhasználhatom ??
|