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

Oldalak: 1 ... 4 5 [6]
76
SA-MP: Szerverfejlesztés / Egyszerû teleport
« Dátum: 2011. Március 16. - 19:13:31 »
1 perc és rakom! Csak a két adminom összeveszett és megyek békíteni :D

77
SA-MP: Szerverfejlesztés / Egyszerû teleport
« Dátum: 2011. Március 16. - 19:07:30 »
Igen de már megcsináltam a dialogos verziót is :D! ez volt a V1.0 az dialogos meg a V2.0

78
SA-MP: Szerverfejlesztés / Egyszerû help menü
« Dátum: 2011. Március 16. - 19:06:24 »
Újjab egyszerû scriptem! A PAWN FÁJLT MÉG MEG KELL FORMÁLNI: Be kell írni a parancsok nevét és hogy mi legyen a benne lévõ szöveg! .:Alcoholic:.
Letöltés:
PWN: http://data.hu/get/3618784/alchelp.pwn
AMX:  http://data.hu/get/3618788/alchelp.amx

79
SA-MP: Szerverfejlesztés / Egyszerû teleport
« Dátum: 2011. Március 16. - 18:52:36 »
Úgyúgy Egyszerû mint az 1x1! Dialogba is van! :D

80
SA-MP: Szerverfejlesztés / Egyszerû teleport
« Dátum: 2011. Március 16. - 18:10:39 »
A szerveremre csináltam ezt a jó kis teleportot gondoltam megosztom veletek is! .:Alcoholic:.
Teleport parancsok:
/tele-lv
/tele-ls
/tele-sf
/lv-air
/ls-air
/sf-air
/beach
/chilliad
/jizzy
/rgcbazis //na ez az amit a szerómra csináltam//
LETÖLTÉS:
PWN: http://data.hu/get/3618460/alctele.pwn
AMX: http://data.hu/get/3618565/alctele.amx

81
Segítségkérés / Ez most miért nem jó?
« Dátum: 2011. Március 16. - 17:57:33 »
Köszi! De a pawno nem fogadja el ugyanazok a hibák!

82
Segítségkérés / Ez most miért nem jó?
« Dátum: 2011. Március 16. - 17:36:03 »
Hali! Scream mondta hogy rakjak be így kocsikat (createvehicle) de valamiért nem jó!
Script:
 
#include <a_samp>
new rgckapu[2];
public OnFilterScriptInit()
{
    rgckapu[0] = CreateObject(974, 1945.6026611328, 2218.96484375, 12.598052978516, 0, 0, 90);
    rgckapu[1] = CreateObject(974, 1945.6346435547, 2212.4208984375, 12.598052978516, 0, 0, 90);
    return 1;
public OnGameModeInit()
CreateVehicle(520,1950.4694,2259.7754,23.3920 ,60); //hidra1
    CreateVehicle(520,1958.8214,2260.5164,22.4644 ,60); //hidra2
    CreateVehicle(520,1968.0103,2252.9800,21.4440 ,60); //hidra3
    CreateVehicle(520,1968.0103,2252.9800,21.4440 ,60); //hidra3
    CreateVehicle(469,1956.3850,2234.3669,22.7350 ,60); //sparrow
    CreateVehicle(557,1979.9451,2244.4521,27.1953 ,60); //monster1
    CreateVehicle(557,1979.5883,2257.4688,27.1953 ,60); //monster2
    CreateVehicle(411,1990.4550,2258.7173,26.2377 ,60); //infernus1
    CreateVehicle(411,1996.6157,2260.9409,25.5445 ,60); //infernus2
    CreateVehicle(596,2012.8080,2249.4236,23.9141 ,60); //police
    CreateVehicle(432,2013.0338,2241.2395,23.9141 ,60); //tank
    return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
     if(!strcmp(\"/rgcbazis-zar\", cmdtext, true) )
     {
        MoveObject(rgckapu[0], 1945.5947265625, 2218.9372558594, 12.598052978516, 2.0);
        return 1;
}
     if(!strcmp(\"/rgcbazis-nyit\", cmdtext, true) )
 {
        MoveObject(rgckapu[0], 1945.6346435547, 2212.4208984375, 12.598052978516, 2.0);
        return 1;
}
 return 0;
}

 
HIBAÜZENET:
 
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(15) : warning 225: unreachable code
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(15) : warning 217: loose indentation
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(15) : error 029: invalid expression, assumed zero
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(15) : error 004: function \"OnGameModeInit\" is not implemented
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(17) : error 001: expected token: \";\", but found \"-identifier-\"
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(17) : warning 217: loose indentation
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(17) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(17) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(17) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(18) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(18) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(18) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(19) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(19) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(19) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(20) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(20) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(20) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(21) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(21) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(21) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(22) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(22) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(22) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(23) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(23) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(23) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(24) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(24) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(24) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(25) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(25) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(25) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(26) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(26) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(26) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(27) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(27) : warning 202: number of arguments does not match definition
C:\\Documents and Settings\\felhasználó\\Asztal\\GTA SA SZERVER\\filterscripts\\rgcbazis.pwn(27) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
3 errors

83
Segítségkérés / Miért nem jó ez az objekt függvény?
« Dátum: 2011. Március 15. - 15:41:37 »
Köszi Scream! Még lenne egy kérdésem és ha kocsikat akarok oda berakni akkor hogy írjam meg ebbe a scriptbe?

84
Segítségkérés / Miért nem jó ez az objekt függvény?
« Dátum: 2011. Március 15. - 15:13:01 »
Sziasztok! Bocsi hogy így irom le de kezdõ vagyok :D!
Szkript:
 
#include <a_samp>
#if defined FILTERSCRIPT
new rgckapu;
new rgckapu2;
public OnFilterScriptInit()
{
rgckapu = CreateObject(974, 1945.6026611328, 2218.96484375, 12.598052978516, 0, 0, 90);
rgckapu2 = CreateObject(974, 1945.6346435547, 2212.4208984375, 12.598052978516, 0, 0, 90);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
       if(!strcmp(\"/rgcbazis-nyit\", cmdtext, true) )
{
   MoveObject(rgckapu2, 1945.5947265625, 2218.9372558594, 12.598052978516, 2.0);
return 1;
}
    if(!strcmp(\"/rgcbazis-zar\", cmdtext, true) )
{
       MoveObject(rgckapu2, 1945.6346435547, 2212.4208984375, 12.598052978516, 2.0);
return 1;
}
#endif

 
KÖSZI A SEGÍTSÉGET!

Oldalak: 1 ... 4 5 [6]
SimplePortal 2.3.7 © 2008-2024, SimplePortal