Ü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 - RolePlay

Oldalak: 1 ... 38 39 [40] 41 42 ... 136
586
Segítségkérés / SetTimerEx
« Dátum: 2012. augusztus 15. - 10:28:46 »
new halaszat[MAX_PLAYERS];
new bool:fishing[MAX_PLAYERS];
CMD:fishing(playerid, params[])
{
        if(IsPlayerInRangeOfPoint(playerid, 1, -1, -1, 1)) return SendClientMessage( playerid, COLOR_RED,\"Nem vagy halászhajón!\");
        fishing[playerid] = true;
        halaszat[playerid] = SetTimerEx(\"hallaszatvege\", 30000, true, \"i\", playerid);
        SendClientMessage( playerid, COLOR_RED,\"Halászol! Kilépés /fishoff, vagy várd meg míg magától kilép.\");
}
        forward hallaszatvege(playerid);
public hallaszatvege(playerid) {
        KillTimer(halaszat[playerid]);
        fishing[playerid] = false;
        return 1;
}

 

CMD:fishoff(playerid, params[])
{
    if(fishing[playerid] == false)
{
SendClientMessage(playerid, COLOR_RED, \"Nem halászol.\");
return 1;
}
else {
SendClientMessage(playerid, COLOR_RED, \"Abba hagytad a halászatot!\");
KillTimer(fishing[playerid]);
}
    return 1;
}

 
Biztos vagyok benne, hogy valami hiányzik, de ehhez hasonlóan kell készítened szerintem :)

587
RP/RPG kérések / ooc hiba
« Dátum: 2012. augusztus 15. - 09:45:58 »
Mi a gond vele  ? :)

588
Minecraft / Magyar Minecraft Közösség [YouTube & Facebook]
« Dátum: 2012. augusztus 15. - 00:55:41 »
Ez most , akkor a Foothoz tartozik ? XD

589
Segítségkérés / Objectelés
« Dátum: 2012. augusztus 14. - 22:01:47 »
Megoldva, köszönjük :)

590
Segítségkérés / Objectelés
« Dátum: 2012. augusztus 14. - 21:55:41 »
Sziasztok!
Az a gondunk, hogy rá szeretnénk tenni az objectet 1 kocsi tipusra, de nem teszi rá, a játékban megjelenik, de 1 rendõr autón lesz rajta :S
 

new beertruck = SetVehicleNumberPlate(CreateVehicle(578,-1558.6320,-2764.5808,49.2373,324.1688, 2, 0,0), \"LUU-835\"); //sörös1
new beertruck2 = SetVehicleNumberPlate(CreateVehicle(578,-1564.2034,-2760.5962,49.2048,325.7183, 2, 0,0), \"LOP-567\"); //sörös2
new beertruck3 = SetVehicleNumberPlate(CreateVehicle(578,-1569.7566,-2756.3779,49.1829,326.4827, 2, 0,0), \"OFK-461\"); //sörös3
 
new beertruckobj[12];
beertruckobj[0] = CreateObject(2909, -1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
beertruckobj[1] = CreateObject(2909, 1.40, -1.70, 0.98,   0.00, 0.00, 0.00);
beertruckobj[2] = CreateObject(2909, -0.02, -1.70, 2.24,   0.00, 90.00, 0.00);
beertruckobj[3] = CreateObject(1553, 0.00, -5.63, 0.96,   0.00, 0.00, 0.00);
AttachObjectToVehicle(beertruckobj[0], beertruck,-1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
AttachObjectToVehicle(beertruckobj[1], beertruck,1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
AttachObjectToVehicle(beertruckobj[2], beertruck,-0.02, -1.70, 2.24,   0.00, 90.00, 0.00);
AttachObjectToVehicle(beertruckobj[3], beertruck,0.00, -5.63, 0.96,   0.00, 0.00, 0.00);
beertruckobj[0] = CreateObject(2909, -1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
beertruckobj[1] = CreateObject(2909, 1.40, -1.70, 0.98,   0.00, 0.00, 0.00);
beertruckobj[2] = CreateObject(2909, -0.02, -1.70, 2.24,   0.00, 90.00, 0.00);
beertruckobj[3] = CreateObject(1553, 0.00, -5.63, 0.96,   0.00, 0.00, 0.00);
AttachObjectToVehicle(beertruckobj[0], beertruck2,-1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
AttachObjectToVehicle(beertruckobj[1], beertruck2,1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
AttachObjectToVehicle(beertruckobj[2], beertruck2,-0.02, -1.70, 2.24,   0.00, 90.00, 0.00);
AttachObjectToVehicle(beertruckobj[3], beertruck2,0.00, -5.63, 0.96,   0.00, 0.00, 0.00);
beertruckobj[0] = CreateObject(2909, -1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
beertruckobj[1] = CreateObject(2909, 1.40, -1.70, 0.98,   0.00, 0.00, 0.00);
beertruckobj[2] = CreateObject(2909, -0.02, -1.70, 2.24,   0.00, 90.00, 0.00);
beertruckobj[3] = CreateObject(1553, 0.00, -5.63, 0.96,   0.00, 0.00, 0.00);
AttachObjectToVehicle(beertruckobj[0], beertruck3,-1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
AttachObjectToVehicle(beertruckobj[1], beertruck3,1.40, -1.70, 0.98,   0.00, 0.00, 180.00);
AttachObjectToVehicle(beertruckobj[2], beertruck3,-0.02, -1.70, 2.24,   0.00, 90.00, 0.00);
AttachObjectToVehicle(beertruckobj[3], beertruck3,0.00, -5.63, 0.96,   0.00, 0.00, 0.00);

591
Archívum / Foothills Town RolePlay
« Dátum: 2012. augusztus 14. - 18:55:55 »
Bekerült:
Sörszállító meló, egyenlõre yankee teherautóval, de egyedi megoldást láthattok majd.
Box,Kungfu edzés.
Gokartozási lehetõség.

592
Fórum Archívum (Témák/Fórumok) / Kamkamionos szeró
« Dátum: 2012. augusztus 14. - 16:56:21 »
Szabályzatot nem olvastad :(
(( Jártál Magyar órára  ? :) ))

593
Játékok / Amnesia : The Dark Descent
« Dátum: 2012. augusztus 14. - 16:28:05 »
Én is Sensit nézem :D Jó arc, most egy kicsit elõrébb járok mint õ :D

594
Segítségkérés / fishing!!
« Dátum: 2012. augusztus 14. - 14:04:52 »

new HalaszTimer[MAX_PLAYERS];
HalaszTimer[playerid] = SetTimerEx( 10000, true, \"d\", playerid);
    return 1;
}
KillTimer(halaszTimer[playerid]);

 
Hülyevagyok hozzá, ha ezen a nyomon elindulsz talán jó :D

595
Segítségkérés / Kisebb kérdések
« Dátum: 2012. augusztus 13. - 12:28:09 »
Valaki megtudja nekem mondani annak az animnak a nevét, amikor box stílusban üti a karakter a levegõt ? :D

596
Off Telep / LSRP.hu ?
« Dátum: 2012. augusztus 13. - 11:18:18 »
minél többet segít a script annál kevesebb az rp.
Így nem a karaktered gondolkodik, hogy merre, hanem te...

597
Archívum / Foothills Town RolePlay
« Dátum: 2012. augusztus 13. - 10:36:39 »
Nekem is lécci :D

598
Szerverek / [RP] Liberty City Roleplay | Magyarország elsõ IV:MP szervere
« Dátum: 2012. augusztus 12. - 21:48:50 »
Attól, hogy nincs fórum :)
Frakció hogy áll ?
Am meg kellene csinálni a fórumot valahogy xd

599
Archívum / [Újítások!] Verity Role Play Game Server
« Dátum: 2012. augusztus 12. - 20:48:52 »
Idézetet írta: Nocoxil date=1344797115\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"25476\" data-ipsquote-contentclass=\"forums_Topic


Inditõl idézek:
 
Ne kezdd már te is...  :unsure:
 
[/quote]
Noc, ez, akkor is így igaz ;)
\"Szintrendszernek maximum különféle képzettségeken belül lenne értelme, egyenkénti elosztásra és meghatározásra lebontva.\"

600
Archívum / Foothills Town RolePlay
« Dátum: 2012. augusztus 12. - 19:38:36 »
Legend megint alkot valamit.

Oldalak: 1 ... 38 39 [40] 41 42 ... 136
SimplePortal 2.3.7 © 2008-2024, SimplePortal