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


Témák - tyson

Oldalak: [1]
1
Segítségkérés / Hiába nézem nemtudom milehet!
« Dátum: 2011. július 17. - 19:00:44 »
[pawn]      dini_IntSet(fajl, \"Rosszpw\", udb_hash (params));
Ezt írja: error 035: argument type mismatch (argument 1)[/pawn]

2
Segítségkérés / Regisztrációban help.
« Dátum: 2011. július 13. - 20:05:48 »
[pawn]if(RegStep[playerid] == 1)
     {
     if(strcmp(\"Férfi\", text, true) == 0)
      {
     SendClientMessage(playerid, COLOR_SKEK, \"Tehát férfi vagy.\");
      SendClientMessage(playerid, COLOR_SKEK, \"Mennyi idõs a KARAKTERED? ((18-60))\");
      RegStep[playerid] = 2
     }
     else if(strcmp(\"Nõ\", text, true) == 0)
      {
      SendClientMessage(playerid, COLOR_SKEK, \"Tehát Nõ vagy.\");
      SendClientMessage(playerid, COLOR_SKEK, \"Mennyi idõs a KARAKTERED? ((18-60))\");
      RegStep[playerid] = 2;
     return 0;
   }
      else
   {
      SendClientMessage(playerid, COLOR_PIROS, \"Ismétlem... Mennyi idõs a KARAKTERED!!!?? ((18-60))\");
   }
   return 0;
   }[/pawn]
1 error van : C:\\Documents and Settings\\Robi\\Asztal\\Scripteléés\\gamemodes\\sajatrp.pwn(194) : error 030: compound statement not closed at the end of file (started at line 174) amit másoltam az a 174 az elsõ ..

3
Segítségkérés / Minden parancsra unknow , de miért? !
« Dátum: 2011. június 21. - 09:45:34 »
Tehát 100 parancsom van , és mindenre unknowot ír... Ez mi a retekért van? :O :@

4
Segítségkérés / PawnoSciTE kifagy egy parancs miatt... help
« Dátum: 2011. június 20. - 22:03:00 »
[pawn]if(strcmp(cmd, \"/adatokkitoltese\", true) == 0)
{
         SetPlayerPos(playerid, 322.197998,302.497985,999.148437);
         SetPlayerVirtualWorld(playerid, 0);
         SetPlayerSkin(playerid, 167);
         SetPlayerHealth(playerid, 100);
         SendClientMessage(playerid, aztecaszin, \"=======================\");
         SendClientMessage(playerid, aztecaszin, \"Nemed? fiú/lány\");
         RegisztracioLepes[playerid] = 1;
      }
   return 1;
}   [/pawn]
Ha kitörlöm akkor jó, de ha benthagyom egyszerûen kifagy ... Pls help!

5
Segítségkérés / RegisztrációLépésben help me
« Dátum: 2011. június 19. - 14:48:48 »
[pawn]RegisztracioLepes[playerid] = 4;[/pawn]
elküldöm a negyedikhez majd
[pawn]else if(RegisztracioLepes[playerid] == 4)
   {
   SendClientMessage(playerid,COLOR_LIGHTBLUE, \"sajt\");
   RegisztracioLepes[playerid] = 1;
   }
   return 0
   }[/pawn]
És nem jeleníti meg a sajtot , csak ha beírok vmit pl. a
Ilyenkor mi a gond? :O

6
Segítségkérés / Háziszerver gond kérlek titeket help.
« Dátum: 2011. június 18. - 14:22:10 »
[14:19:07] Pickups Max = 100, Current Pickups = 80
[14:19:07] 
[14:19:07] 
[14:19:07]  The Sajt LV
[14:19:07] 
[14:19:07] Number of vehicle models: 14

 
Ilyen gondom sosem volt még , ezért fordultam hozzátok !

7
Segítségkérés / Nemcsináltam semmit , de mégis ezt írja
« Dátum: 2011. június 17. - 16:38:11 »
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1392) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1436) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1465) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1534) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1663) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1831) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1835) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1847) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1851) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1855) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1859) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1863) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1867) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1871) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1883) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1887) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1891) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1895) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1899) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1911) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1915) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1919) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1931) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(1935) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2011) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2189) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2195) : error 004: function \"SendIRCMessage\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2217) : error 004: function \"SendIRCMessage\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2225) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2238) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2248) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2277) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2300) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2395) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2410) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2457) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2472) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2525) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2528) : error 004: function \"OOCOff\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2540) : error 004: function \"OOCOff\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2560) : error 004: function \"OOCOff\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2568) : error 004: function \"OOCOff\" is not implemented
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2611) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2741) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2938) : warning 219: local variable \"string\" shadows a variable at a preceding level
C:\\Documents and Settings\\Robi\\Asztal\\Tyyyson\\gamemodes\\AboutRPG.pwn(2968) : error 004: function \"ABroadCast\" is not implemented

 
Egyszerûen nem csináltam semmit , de mégis ezt írja .  Pls segítsetek h ilyenkor mivan.
[mod=Mambo]Használd a [ code ] [ / code ] tagot (szóköz nélkül!)[/mod]

8
Segítségkérés / [Help]
« Dátum: 2011. június 17. - 13:04:52 »
Az lenne a gondom , hogy az elsére\"else\" ilyen error ír: invalid expression, assumed zero.
Még sosem találkoztam vele ezért fordultam hozzátok . Léccives segítsetek.
Elõre köszi!

9
Fórum Archívum (Témák/Fórumok) / Re:Háziszerver gond pls help
« Dátum: 2011. június 16. - 21:00:04 »
Beraktam mindent a gecibe de semmi asd...

10
Segítségkérés / Háziszerver gond pls help
« Dátum: 2011. június 16. - 19:20:12 »
v0.3c, ©2005-2010 SA-MP Team
[13:32:40] filterscripts = \"\"  (string)
[13:32:40]
[13:32:40] Server Plugins
[13:32:40] --------------
[13:32:40]  Loading plugin: streamer.dll
[13:32:40]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[13:32:40]   Loaded.
[13:32:40]  Loaded 1 plugins.
[13:32:40]
[13:32:40] Filter Scripts
[13:32:40] ---------------
[13:32:40]   Loaded 0 filter scripts.
[13:32:40] Script[gamemodes/sajt.amx]: Run time error 19: \"File or function is not found\"
[13:32:40] Number of vehicle models: 0
[13:32:44] --- Server Shutting Down.
[13:32:44]
*** Streamer Plugin v2.5.2 by Incognito unloaded ***
----------
Loaded log file: \"server_log.txt\".
----------
SA-MP Dedicated Server
légy szívesves segítsetek..

Oldalak: [1]
SimplePortal 2.3.7 © 2008-2024, SimplePortal