Szerző Téma: obiect minden autora  (Megtekintve 2519 alkalommal)

obiect minden autora
« Válasz #15 Dátum: 2011. november 14. - 21:11:08 »
0 Show voters
Idézetet írta: N@rbirock date=1321301174\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"13388\" data-ipsquote-contentclass=\"forums_Topic
azt akarom hogy 18646 tudjam egy parancsal az auto tetejére teni
 
Most mi kell object id vagy megoldás?

obiect minden autora
« Válasz #16 Dátum: 2011. november 14. - 21:12:54 »
0 Show voters
Idézetet írta: halaloszto100 date=1321301468\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"13388\" data-ipsquote-contentclass=\"forums_Topic


azt akarom hogy 18646 tudjam egy parancsal az auto tetejére teni
 
Most mi kell object id vagy megoldás?
 
[/quote]
megoldas

obiect minden autora
« Válasz #17 Dátum: 2011. november 14. - 21:44:07 »
0 Show voters
Minden újabb kommentedben mást akarsz. Nemigaz hogy nemtudsz kinyögni egy értelmes mondatot :@
 
Idézetet írta: N@rbirock date=1321301174\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"13388\" data-ipsquote-contentclass=\"forums_Topic
azt akarom hogy 18646 tudjam egy parancsal az auto tetejére teni
 
Ezt nem értem. A mondat anyanyelvileg és helyesírásilag kritikus. Ráadásul értelmetlen. Olyan vagy mint egy külföldi aki 5 éve tanul magyarul. Azok írnak ilyen mondatokat. Egyébként ebbõl az idézetbõl azt veszem le hogy a parancs kell AMIT LEÍRTAM.
 

ezt tude nekem csak az az obiecht kell
 
[/quote]
Itt az object id-t akarod.
 

azt akarom hogy beirom /riaszto és hozáadja az autohoz és még valami mi anak az id-je
 
[/quote]
Itt mind2 kell
 

akkor kéne gy parancs és hozáadja
 
[/quote]
Itt csak a parancs kell.
Úgyhogy én feladtam aki érti a srácot segítsen neki köszi és egyben sry.
« Utoljára szerkesztve: 2011. november 14. - 21:45:49 írta staubka »

obiect minden autora
« Válasz #18 Dátum: 2011. november 14. - 22:05:15 »
0 Show voters
Idézetet írta: N@rbirock date=1321301574\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"13388\" data-ipsquote-contentclass=\"forums_Topic


 

azt akarom hogy 18646 tudjam egy parancsal az auto tetejére teni
 
Most mi kell object id vagy megoldás?
 
[/quote]
megoldas
 
[/quote]
Ott vannak az elõzõ kommentek.Abba benne van hogy hogy kell megcsinálni.Ha abból se értesz akkor sajnállak.

obiect minden autora
« Válasz #19 Dátum: 2011. november 15. - 13:17:57 »
0 Show voters
[pawn]if(strcmp(cmdtext,\"/riaszto\",true)==0)
{
if(IsPlayerInAnyVehicle(playerid))
{
AttachObjectToVehicle(18646,GetPlayerVehicleID(playerid),/*koordináták*/);
}
else SendClientMessage(playerid,0xFF0000FF,\"Nem vagy jármûben\");
return 1;
}[/pawn]
de mien kordináta kel

obiect minden autora
« Válasz #20 Dátum: 2011. november 15. - 13:44:11 »
0 Show voters
ezt már nembírom idegekkel szal nekem is közbe kell szólnom
[pawn]
if(strcmp(cmdtext,\"/riaszto\",true)==0)
{
if(IsPlayerInAnyVehicle(playerid))
{
AttachObjectToVehicle(18646,GetPlayerVehicleID(playerid), -0.5, -0.2, 0.8, 2.0, 2.0, 3.0);//ez a koordináta kell
}
else SendClientMessage(playerid,0xFF0000FF,\"Nem vagy jármûben\");
return 1;
}[/pawn]
 

ha meg azt akarod h minden autón legyen
nem parancsal akkor

[pawn]
public OnVehicleSpawn(vehicleid)//ez alá kell,ha nincs akk hozz létre egyet
{
AttachObjectToVehicle(18646, -0.5, -0.2, 0.8, 2.0, 2.0, 3.0);//ha mindenigaz
return 1;
}
[/pawn]
« Utoljára szerkesztve: 2011. november 15. - 13:48:00 írta norbee0170 »

obiect minden autora
« Válasz #21 Dátum: 2011. november 15. - 13:47:07 »
0 Show voters
C:\\Users\\user\\Desktop\\riaszto.pwn(3) : error 010: invalid function or declaration
C:\\Users\\user\\Desktop\\riaszto.pwn(5) : error 010: invalid function or declaration
C:\\Users\\user\\Desktop\\riaszto.pwn(9) : error 010: invalid function or declaration
C:\\Users\\user\\Desktop\\riaszto.pwn(10) : error 010: invalid function or declaration
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
4 Errors.

 
mi lehet a baj?

obiect minden autora
« Válasz #22 Dátum: 2011. november 15. - 13:49:05 »
0 Show voters
másold be a hibás sorokat
és melyikre ír hibát? a parancsosra ? vagy a public-osra ?
« Utoljára szerkesztve: 2011. november 15. - 13:53:49 írta norbee0170 »

obiect minden autora
« Válasz #23 Dátum: 2011. november 15. - 13:53:50 »
0 Show voters
ez a fs
[pawn]#include <a_samp>
if(strcmp(cmdtext,\"/riaszto\",true)==0)
{
if(IsPlayerInAnyVehicle(playerid))
{
AttachObjectToVehicle(18646,GetPlayerVehicleID(playerid), -0.5, -0.2, 0.8, 2.0, 2.0, 3.0);//ez a koordináta kell
}
else SendClientMessage(playerid,0xFF0000FF,\"Nem vagy jármûben\");
return 1;
}
[/pawn]

obiect minden autora
« Válasz #24 Dátum: 2011. november 15. - 13:55:29 »
0 Show voters
omg ez már tényleg fáj....

tedd be a mod-ba .. nemjól csináltad fs-t


tess FS-ben.... és most már elég lesz a hülye kérdéseidbõl...


http://solidfiles.com/d/73e3b772bb/

« Utoljára szerkesztve: 2011. november 15. - 14:04:33 írta norbee0170 »

obiect minden autora
« Válasz #25 Dátum: 2011. november 15. - 14:11:34 »
0 Show voters
thx zárok

obiect minden autora
« Válasz #26 Dátum: 2011. november 20. - 17:05:41 »
0 Show voters
Idézetet írta: norbee0170 date=1321361729\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"13388\" data-ipsquote-contentclass=\"forums_Topic
omg ez már tényleg fáj....

tedd be a mod-ba .. nemjól csináltad fs-t


tess FS-ben.... és most már elég lesz a hülye kérdéseidbõl...


http://solidfiles.com/d/73e3b772bb/


 
nem jó nincs hatása

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal