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

Oldalak: 1 ... 247 248 [249] 250 251 ... 292
3721
SA-MP: Szerverfejlesztés / Skin Mentése!
« Dátum: 2012. március 13. - 18:29:44 »
Idézetet írta: Nikolaev  シ date=1331471246\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18307\" data-ipsquote-contentclass=\"forums_Topic
Szép.

Stuntzor

 

3722
Bemutatkozás / Cannonn
« Dátum: 2012. március 13. - 15:15:24 »
Üdv.

3723
Hangszerek és előadók / Hardwell
« Dátum: 2012. március 11. - 23:41:43 »
Na? Tetszik e vagy se? :)
 

3724
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:38:17 »
Idézetet írta: Antonyo date=1331490867\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18326\" data-ipsquote-contentclass=\"forums_Topic

public OnDialogResponse (playerid, dialogid, response, listitem, inputtext [])
{
    if(dialogid == 5111)
    {
        if(response)
        {
    switch(listitem)
    {
        case 0:
{
     SetPlayerPos(playerid, 1535.5732,-1675.6609,13.3828);
   }
case 1:
{
            SetPlayerPos(playerid, 1729.6116,-1855.1116,13.4141);
        }
            }
        }
        return 1;
    }
    return 0;
}

 

Nem jó és amúgy is ezt írja valamiért:
SERVER: Unknown command.
De behozza a dialogot. Mostmár feladom, mert elbasztam vele másfél órát és már kikészített.

3725
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:34:52 »
Idézetet írta: leito222 date=1331490773\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18326\" data-ipsquote-contentclass=\"forums_Topic
Próbáld így, hátha jó:
 
if(dialogid == 8898)
{
if(response)
{
   if(listitem == 0)
   {
SetPlayerPos(playerid, 1535.5732,-1675.6609,13.3828);
}
if(listitem == 1)
{
SetPlayerPos(playerid, 1729.6116,-1855.1116,13.4141);
}
}
 

 
Ha nemjó, akkor bocs + ha sor hiba van akkor is bocs + ha egy }-el kevesebb akkor is bocs :D
 
Mondom, hogy nem dialogid hiba. Nem is használ a szerver 1 dialogot se!!

3726
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:27:02 »
Idézetet írta: leito222 date=1331490372\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18326\" data-ipsquote-contentclass=\"forums_Topic
Az nem lehet, hogy az 5111-es Dialogod id-d már van? Próbáld átírni azt, mondjuk 5222-re, és úgy az összes többit.
 
Nem

3727
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:23:55 »
Idézetet írta: Cannonn date=1331490139\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"18326\" data-ipsquote-contentclass=\"forums_Topic
Jónak kell lennie.
 

public OnDialogResponse (playerid, dialogid, response, listitem, inputtext [])
{
  if(dialogid == 5111)
{
if(response == 1)
{
switch(listitem)
{
   case 0:
   {
     SetPlayerPos(playerid, 1535.5732,-1675.6609,13.3828);
      }
        case 1:
   {
                SetPlayerPos(playerid, 1729.6116,-1855.1116,13.4141);
           }
}
}
}
  return 0;
}

 

Megõrülök még mindig nem jó!
Agyfaszt kapok

3728
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:19:44 »
ÉS MÉG MINDIG nem jó  :tantrum:
 
#include <a_samp>
public OnFilterScriptInit()
{
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(\"/dteszt\",cmdtext,true))
{
    new PlayerName[24];
       GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
   if(strcmp(PlayerName,\"Deew\",true))//ide írod a nevet
{
SendClientMessage(playerid,0xff0000AA,\"Ezt a parancsot csak Deew használhatja!\"); //ide hogy mit tegyen ha nem az a neve
}
else
{
        ShowPlayerDialog(playerid, 5111, DIALOG_STYLE_LIST, \"Teszt\",\"Teszt1\\nTeszt2\",\"Kiválaszt\",\"Mégse\");
}
}
return 0;
}
public OnDialogResponse (playerid, dialogid, response, listitem, inputtext [])
{
  if(dialogid == 5111)
{
switch(listitem)
{
   case 0:
   {
     SetPlayerPos(playerid, 1535.5732,-1675.6609,13.3828);
      }
    case 1:
   {
            SetPlayerPos(playerid, 1729.6116,-1855.1116,13.4141);
           }
}
}
  return 0;
}

3729
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:09:36 »
Mostmár be se jön.
Edit: bejön de nem reagál.

3730
Segítségkérés / Nem reagál, dialog
« Dátum: 2012. március 11. - 19:02:41 »
Csáó.
Miért nem csinál semmit se?
 
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(\"/dteszt\",cmdtext,true))
{
    new PlayerName[24];
       GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
   if(strcmp(PlayerName,\"Deew\",true))//ide írod a nevet
{
SendClientMessage(playerid,0xff0000AA,\"Ezt a parancsot csak Deew használhatja!\"); //ide hogy mit tegyen ha nem az a neve
}
else
{
        ShowPlayerDialog(playerid, 5111, DIALOG_STYLE_LIST, \"Teszt\",\"Teszt1\\nTeszt2\",\"Kiválaszt\",\"Mégse\");
}
}
return 0;
}
public OnDialogResponse (playerid, dialogid, response, listitem, inputtext [])
{
  if(dialogid == 5111)
{
if(response)
{
   if(listitem == 0)
   {
     SetPlayerPos(playerid, 1535.5732,-1675.6609,13.3828);
      }
   if(listitem == 1)
   {
        SetPlayerPos(playerid, 1729.6116,-1855.1116,13.4141);
        return 1;
           }
}
}
  return 0;
}

 
Edit: bejön a menü de ha rákattintok nem csinál semmit.

3731
Segítségkérés / Névre szóló parancs
« Dátum: 2012. március 11. - 17:41:40 »
Üdv.

Valaki leírná, hogy tudom megcsinálni azt, hogy egy parancsot egy ember tudjon használni szóval névre szóló legyen?


Valamiért nem sikerült.

3732
Kérdések, Segítség / Server Monitor
« Dátum: 2012. március 10. - 18:15:57 »
Csáó!
Tudtok linkelni egy olyan leírást ami alapján tudok egyedi szerver monitort csinálni? :)

3733
Segítségkérés / Megváltoztatás !
« Dátum: 2012. március 08. - 21:15:28 »
1272

3734
Segítségkérés / Megváltoztatás !
« Dátum: 2012. március 08. - 20:46:58 »
http://wiki.sa-mp.com/wiki/CreatePickup
http://wiki.sa-mp.com/wiki/Create3DTextLabel
 

public OnGameModeInit()
{
    Create3DTextLabel(\" SZÖVEG \", SZÍN, xpoz, ypoz, zpoz, távolság milyen messzirõl látható, VirtualWorld, 0);
    CreatePickup(PickupID, tipus, xpoz, ypoz, zpoz, virtualworld);
    return 1;
}

 
Ez csak lerakja. Nem csinál semmit.

3735
Bemutatkozás / zolika94 Bemutatkozása!
« Dátum: 2012. március 08. - 20:39:26 »
Üdv itt.

Oldalak: 1 ... 247 248 [249] 250 251 ... 292
SimplePortal 2.3.7 © 2008-2025, SimplePortal