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

Oldalak: 1 ... 46 47 [48] 49 50 ... 72
706
Segítségkérés / tazer parancs
« Dátum: 2012. június 25. - 17:42:44 »
Nemjó,nem tudok sokkolni

707
Segítségkérés / tazer parancs
« Dátum: 2012. június 25. - 17:34:51 »
mi ebbe a híba?játékost nem tazerolja,de magamat igen,meg azt szeretném kérni,hogy egy timer legyen hozzá,hogy ha tazerolják,onnantól számítva 1 perc múlva olvassza fel
script:
CMD:tazer(playerid,params[])
{
if(gTeam[playerid] != CSAPAT_RENDOR)
{
    SendClientMessage(playerid,-1,\"Haver,Nem Vagy Rendõr!\");
}
else
{
    new JATEKOS,string[128];
    ProxDetector(2.0, JATEKOS, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
   
SendClientMessage(playerid,CSAPAT_RENDOR_COLOR,\"SOkkoltad!\");
SendClientMessage(JATEKOS,CSAPAT_RENDOR_COLOR,\"Sokkoltak!!\");
TogglePlayerControllable(JATEKOS,0);
}
return 1;
}

708
Segítségkérés / Duty parancs
« Dátum: 2012. június 25. - 16:20:31 »
Jólett,és 1 kérdés,ami alapból bent van Interiorok,hogy tudom kiszedni?

709
Segítségkérés / Duty parancs
« Dátum: 2012. június 25. - 16:09:00 »
Idézetet írta: Benceee date=1340633074\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"23335\" data-ipsquote-contentclass=\"forums_Topic

CMD:duty(playerid)
{
if(gTeam[playerid] != CSAPAT_RENDOR)
{
SendClientMessage(playerid,-1,\"Nem Vagy Rendõr\");
}
else
{
duty[playerid]=1;
SendClientMessage(playerid,-1,\"Szolgálatba Léptél!\");
SetPlayerColor(playerid,CSAPAT_RENDOR_COLOR);
GivePlayerWeapon(playerid,3,1);
GivePlayerWeapon(playerid,17,5);
GivePlayerWeapon(playerid,24,50);
GivePlayerWeapon(playerid,25,20);
GivePlayerWeapon(playerid,31,200);
GivePlayerWeapon(playerid,41,1000);
GivePlayerWeapon(playerid,43,50);
GivePlayerWeapon(playerid,46,1);
}
return 1;
}

 

Már a bandás nemtudja használni a parancsot,De már a rendõr se

710
Segítségkérés / Duty parancs
« Dátum: 2012. június 25. - 15:56:32 »
érzékeli hogy nem rendõr,de ugyanúgy szolgálatba lép

711
Segítségkérés / Duty parancs
« Dátum: 2012. június 25. - 15:50:18 »
mi a baj ezzel?ezt mindegyik csapat tudja használni,És csak rendõrnek tudjon,változója,Gteamos,CSAPAT_RENDOR
Script:
 

CMD:duty(playerid)
{
if(gTeam[playerid] == CSAPAT_RENDOR)
{
SendClientMessage(playerid,-1,\"Nem Vagy Rendõr\");
}
else
duty[playerid]=1;
SendClientMessage(playerid,-1,\"Szolgálatba Léptél!\");
SetPlayerColor(playerid,CSAPAT_RENDOR_COLOR);
GivePlayerWeapon(playerid,3,1);
GivePlayerWeapon(playerid,17,5);
GivePlayerWeapon(playerid,24,50);
GivePlayerWeapon(playerid,25,20);
GivePlayerWeapon(playerid,31,200);
GivePlayerWeapon(playerid,41,1000);
GivePlayerWeapon(playerid,43,50);
GivePlayerWeapon(playerid,46,1);
return 1;
}

712
Segítségkérés / PlayerToPoint
« Dátum: 2012. június 25. - 15:40:23 »
1 error még
 
C:\\Users\\Dawee\\Desktop\\CUCC\\samp03s\\gamemodes\\rivershell.pwn(285) : error 004: function \"PlayerToPoint\" is not implemented
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
1 Error.

713
Segítségkérés / PlayerToPoint
« Dátum: 2012. június 25. - 15:32:45 »
hogyan lehet használni a PlayerToPointot?vagyis
 

CMD:duty(playerid)
{
    PlayerToPoint(15.0,playerid,1659.5399,221.7910,-82.2500))return SendClientMessage(playerid,CSAPAT_RENDOR_COLOR,\"Nem Vagy a Megfelelõ Helyen!\");
if(gTeam[playerid] == CSAPAT_RENDOR)return SendClientMessage(playerid,-1,\"Nem Vagy Rendõr\");
if(duty[playerid]==1)SendClientMessage(playerid,-1,\"Te már szolgálatba vagy\");
duty[playerid]=1;
SendClientMessage(playerid,-1,\"Szolgálatba Léptél!\");
SetPlayerColor(playerid,CSAPAT_RENDOR_COLOR);
GivePlayerWeapon(playerid,3,1);
GivePlayerWeapon(playerid,17,5);
GivePlayerWeapon(playerid,24,50);
GivePlayerWeapon(playerid,25,20);
GivePlayerWeapon(playerid,31,200);
GivePlayerWeapon(playerid,41,1000);
GivePlayerWeapon(playerid,43,50);
GivePlayerWeapon(playerid,46,1);
return 1;
}

 
ez a /duty parancsom,itt 4 errort ír:
 
C:\\Users\\Dawee\\Desktop\\CUCC\\samp03s\\gamemodes\\rivershell.pwn(285) : error 004: function \"PlayerToPoint\" is not implemented
C:\\Users\\Dawee\\Desktop\\CUCC\\samp03s\\gamemodes\\rivershell.pwn(285) : error 029: invalid expression, assumed zero
C:\\Users\\Dawee\\Desktop\\CUCC\\samp03s\\gamemodes\\rivershell.pwn(285) : warning 215: expression has no effect
C:\\Users\\Dawee\\Desktop\\CUCC\\samp03s\\gamemodes\\rivershell.pwn(285) : error 001: expected token: \";\", but found \"return\"
C:\\Users\\Dawee\\Desktop\\CUCC\\samp03s\\gamemodes\\rivershell.pwn(285) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
 
4 Errors.

 
beagyázás :
 
forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);

714
Mi lehet a baj,ha SQL nem menti az accountokat?és mi lehet a baj ha ezt irja a szerveren?:Mysql híba történt,errorID:4

715
Segítségkérés / ZCMD KÉRÉS
« Dátum: 2012. június 24. - 13:53:21 »
hivatalos Fórum Topic :)

Dupla hozzászólás automatikusan összefûzve. ( 2012. június 24. - 14:06:35 )

Mód: http://data.hu/get/5268552/asd.zip

716
Segítségkérés / ZCMD KÉRÉS
« Dátum: 2012. június 24. - 13:33:13 »
Idézetet írta: ZyZu date=1340537510\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"23284\" data-ipsquote-contentclass=\"forums_Topic
A módban levõ elsõ sorokat Kérlek masold be!
 
#include <a_samp>
#include <YSI\\y_ini>
#include <zcmd>
#include <sscanf2>

717
Segítségkérés / ZCMD KÉRÉS
« Dátum: 2012. június 24. - 13:29:11 »
Idézetet írta: ZyZu date=1340536852\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"23284\" data-ipsquote-contentclass=\"forums_Topic
A streamer plugin betöltve?
 
nem hasznáok Streamert

718
Segítségkérés / ZCMD KÉRÉS
« Dátum: 2012. június 24. - 12:44:11 »
ez miért van?



SA-MP Dedicated Server
----------------------
v0.3e-RC7, ©2005-2012 SA-MP Team
[13:05:47] filterscripts = \"\"  (string)
[13:05:47]
[13:05:47] Server Plugins
[13:05:47] --------------
[13:05:47]  Loading plugin: sscanf2
[13:05:47]
[13:05:47]  ===============================
[13:05:47]       sscanf plugin loaded.     
[13:05:47]    © 2009 Alex \"Y_Less\" Cole
[13:05:47]  ===============================
[13:05:47]   Loaded.
[13:05:47]  Loaded 1 plugins.
[13:05:47]
[13:05:47] Filterscripts
[13:05:47] ---------------
[13:05:47]   Loaded 0 filterscripts.
[13:05:47] Script[gamemodes/dWar.amx]: Run time error 19: \"File or function is not found\"
[13:05:47] Number of vehicle models: 0

719
Segítségkérés / ZCMD KÉRÉS
« Dátum: 2012. június 24. - 12:22:29 »
igen,ezt tudom,de valamiért amikor a szervert behoznám : zcmd failed,vagyis
valami plugin féleség kell
meg erre kéne 1 : YSI\\y_ini
[12:15:39]  Loading plugin: zcmd
[12:15:39]   Failed.
[12:15:39]  Loading plugin: sscanf2
[12:15:39]
[12:15:39]  ===============================
[12:15:39]       sscanf plugin loaded.     
[12:15:39]    © 2009 Alex \"Y_Less\" Cole
[12:15:39]  ===============================
[12:15:39]   Loaded.
[12:15:39]  Loading plugin: YSI\\y_ini
[12:15:39]   Failed.
[12:15:39]  Loaded 1 plugins.

720
Segítségkérés / ZCMD KÉRÉS
« Dátum: 2012. június 24. - 12:10:05 »
hellósztok,valaki tudna adni ZCMD.DLL fájlt?kösz.

Oldalak: 1 ... 46 47 [48] 49 50 ... 72
SimplePortal 2.3.7 © 2008-2024, SimplePortal