Szerző Téma: Kisebb kérdések  (Megtekintve 164037 alkalommal)

Kisebb kérdések
« Válasz #165 Dátum: 2012. Február 28. - 10:43:37 »
0 Show voters
Idézetet írta: kadaradam date=1330413340\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic
Azok csak a jármû modellek,nem a szerveren található autók száma. :D ;)
 
Úristen mekkora láma vagyok xD tényleg xD

Kisebb kérdések
« Válasz #166 Dátum: 2012. Március 02. - 13:56:01 »
0 Show voters
Udv,az lenne a kerdesem hogy azt hogykel megcsinalni hogy plz megnyomom a wt vagy az elore nyilat,azt tudom hogy ezel a parancsal kel:
[pawn]public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)[/pawn]
csak hogy newkeys utan KEY_W t irok es nemegy  :\'( aztirja hibas

Kisebb kérdések
« Válasz #167 Dátum: 2012. Március 02. - 14:00:35 »
0 Show voters
Dr4kul4[FC]\" post=\"233027\" timestamp=\"1330692961\"]
Udv,az lenne a kerdesem hogy azt hogykel megcsinalni hogy plz megnyomom a wt vagy az elore nyilat,azt tudom hogy ezel a parancsal kel:
 
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)

 
csak hogy newkeys utan KEY_W t irok es nemegy  :\'( aztirja hibas
 
[/quote]
Nem lehet megcsinálni,csak pluginnal:
http://solidfiles.com/d/8c9baa7405/

Kisebb kérdések
« Válasz #168 Dátum: 2012. Március 02. - 14:06:22 »
0 Show voters
hat nemtudom,beraktam mindent amit ot irtal de nemegy :@,csak ezek mennek:KEY_FIRE KEY_LEFT
« Utoljára szerkesztve: 2012. Március 02. - 15:45:13 írta [TK]Dr4kul4[FC] »

Nem elérhető kurta999

  • 2759
  • Éllő fédisznó
    • Profil megtekintése
Kisebb kérdések
« Válasz #169 Dátum: 2012. Március 02. - 17:46:45 »
0 Show voters
Idézetet írta: kadaradam date=1330693235\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic

Dr4kul4[FC] link=topic=15163.msg233027#msg233027 date=1330692961]
Udv,az lenne a kerdesem hogy azt hogykel megcsinalni hogy plz megnyomom a wt vagy az elore nyilat,azt tudom hogy ezel a parancsal kel:
 
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)

 
csak hogy newkeys utan KEY_W t irok es nemegy  :\'( aztirja hibas
 
Nem lehet megcsinálni,csak pluginnal:
http://solidfiles.com/d/8c9baa7405/
 
[/quote]
Ezzel se sûrûn lehet megcsinálni, mert ez nem olyan egyszerû..
Csak annak fog menni, aki futtatja a szervert!

Kisebb kérdések
« Válasz #170 Dátum: 2012. Március 03. - 08:22:03 »
0 Show voters
Idézetet írta: tudvari date=1315146200\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic
Melyik filterscript vagy hasonló tartalmazza a belépõ sárga nyilakat? (Pl.: Ammu nation stb)
 
Azt nem filterscript tartalmazza hanem az új samp-ban beépített ha ki akarod kapcsolni akkor:
OnGameModeInit részbe tedd
 
DisableInteriorEnterExits();

Kisebb kérdések
« Válasz #171 Dátum: 2012. Március 09. - 15:29:20 »
0 Show voters
a zcmd-be a parancsokat az public OnPlayerCommandText(playerid, cmdtext[]) alá kell teni?

Kisebb kérdések
« Válasz #172 Dátum: 2012. Március 09. - 15:36:16 »
0 Show voters
Idézetet írta: N@rbirock date=1331303360\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic
a zcmd-be a parancsokat az public OnPlayerCommandText(playerid, cmdtext[]) alá kell teni?
 
Nem, külön kell.

Kisebb kérdések
« Válasz #173 Dátum: 2012. Március 09. - 15:39:41 »
0 Show voters
a modba hol kell?

Kisebb kérdések
« Válasz #174 Dátum: 2012. Március 09. - 15:41:31 »
0 Show voters
Idézetet írta: N@rbirock date=1331303981\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic
a modba hol kell?
 
Bárhova, én a legvégére szoktam rakni.

Kisebb kérdések
« Válasz #175 Dátum: 2012. Március 09. - 15:56:14 »
0 Show voters
CMD:kapu-nyit(playerid, params[])
{
if(gTeam[playerid] != TEAM_POLICE) return SendClientMessage(playerid,red,\"HIBA: \"lgrey\"Te nem vagy \"lyellow2\"rendör\"lgrey\" hogy használd ezt a parancsot!\");
        MoveObject(Kapu, -1443.5999755859,683.40002441406,-6.8000001907349, 2.5);
       MoveObject(Kapu1, -1443.5999755859,691.59997558594,-6.8000001907349, 2.5);
        return 1;
}

 
ebe mi a hiba?
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : error 001: expected token: \"(\", but found \"-\"
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : error 001: expected token: \";\", but found \"-identifier-\"
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : error 001: expected token: \";\", but found \"-\"
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
4 Errors.

Nem elérhető instant

  • 2778
  • ZzzzzZ
    • Profil megtekintése
Kisebb kérdések
« Válasz #176 Dátum: 2012. Március 09. - 18:47:20 »
0 Show voters
CMD:kapunyit(playerid, params[])
{
if(gTeam[playerid] != TEAM_POLICE) return SendClientMessage(playerid,red,\"HIBA: \"lgrey\"Te nem vagy \"lyellow2\"rendör\"lgrey\" hogy használd ezt a parancsot!\");
MoveObject(Kapu, -1443.5999755859,683.40002441406,-6.8000001907349, 2.5);
MoveObject(Kapu1, -1443.5999755859,691.59997558594,-6.8000001907349, 2.5);
return 1;
}
« Utoljára szerkesztve: 2012. Március 10. - 12:27:51 írta ZzzzzZ »

Nem elérhető CANNONN

  • 2139
    • Profil megtekintése
Kisebb kérdések
« Válasz #177 Dátum: 2012. Március 10. - 10:11:01 »
0 Show voters
Idézetet írta: N@rbirock date=1331304974\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic

CMD:kapu-nyit(playerid, params[])
{
if(gTeam[playerid] != TEAM_POLICE) return SendClientMessage(playerid,red,\"HIBA: \"lgrey\"Te nem vagy \"lyellow2\"rendör\"lgrey\" hogy használd ezt a parancsot!\");
        MoveObject(Kapu, -1443.5999755859,683.40002441406,-6.8000001907349, 2.5);
       MoveObject(Kapu1, -1443.5999755859,691.59997558594,-6.8000001907349, 2.5);
        return 1;
}

 
ebe mi a hiba?
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : error 001: expected token: \"(\", but found \"-\"
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : error 001: expected token: \";\", but found \"-identifier-\"
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : error 001: expected token: \";\", but found \"-\"
D:\\Trucking_Server_2.0\\gamemodes\\Truck.pwn(2742) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
4 Errors.
 
Szerintem be kéne másolnod a hibás sorokat és tudnánk segíteni.

Kisebb kérdések
« Válasz #178 Dátum: 2012. Március 11. - 10:34:22 »
0 Show voters
ott van

Nem elérhető Casamiro

  • 1046
    • Profil megtekintése
Kisebb kérdések
« Válasz #179 Dátum: 2012. Március 11. - 10:35:51 »
0 Show voters
Idézetet írta: ZzzzzZ date=1331315240\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"11181\" data-ipsquote-contentclass=\"forums_Topic

CMD:kapunyit(playerid, params[])
{
if(gTeam[playerid] != TEAM_POLICE) return SendClientMessage(playerid,red,\"HIBA: \"lgrey\"Te nem vagy \"lyellow2\"rendör\"lgrey\" hogy használd ezt a parancsot!\");
MoveObject(Kapu, -1443.5999755859,683.40002441406,-6.8000001907349, 2.5);
MoveObject(Kapu1, -1443.5999755859,691.59997558594,-6.8000001907349, 2.5);
return 1;
}

 

Itt leírták, de amúgy ZCMD -s parancsba nem tehetsz kötõjelet.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal