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

Oldalak: 1 ... 144 145 [146] 147 148 ... 153
2176
Segítségkérés / MySQL alapok/kezelése
« Dátum: 2012. április 22. - 12:05:45 »
Szia!
Chuck leírását tanulmányozd: http://sampforum.hu/index.php?topic=9285.0
Ha így sem érted, akkor keress fel PM-ben és segítek.

2177
SA-MP: Szerverfejlesztés / VIP rendszer! - RELOAD
« Dátum: 2012. április 20. - 19:05:55 »
Téma (leírás) és a script frissítve, jobbá varázsoltam!  ;)

2178
Szkript kérések / /cpad
« Dátum: 2012. április 20. - 18:36:50 »
Idézetet írta: Gabor.. date=1334845998\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"20395\" data-ipsquote-contentclass=\"forums_Topic

CMD:cpad(playerid, params[])
{
     new PID, Float:x, Float:y, Float:z;
   
     if(sscanf(params, \"ufff\", PID, x, y, z)) return SendClientMessage(playerid, -1, \"Használat: /cpad <ID/Játékosnév> <X> <Y> <Z>\");
     SetPlayerCheckpoint(PID, x, y, z);
     return 1;
}

Így esetleg. :D    (Lehet nem jó)
 
De jó.

2179
Szkript kérések / admin login
« Dátum: 2012. április 20. - 18:33:28 »
Dead szerintem te nem ezt a témát olvastad.
Persze, lehetséges! Ha tartasz rá igényt, megcsinálom.

2180
Szkript kérések / vip rendszer rcon
« Dátum: 2012. április 20. - 18:32:26 »
Minek ide az lAdmin VIP, ha itt az enyém amit saját kezûleg egyedi módon írtam  :-\\
http://sampforum.hu/index.php?topic=20163

2181
Segítségkérés / Tankolás átalakítása
« Dátum: 2012. április 20. - 18:28:53 »
if(strcmp(cmd, \"/tankolás\", true) == 0 || strcmp(cmd, \"/tankolas\", true) == 0)
        {
            if(IsPlayerConnected(playerid))
            {
                        if(IsAtGasStation(playerid))
                        {
                                if(!IsPlayerInAnyVehicle(playerid))
                                {
                                    for(new i;i<MAX_VEHICLES;i++)
                                    {
                        new Float:Vx, Float:Vy, Float:Vz;
                        GetVehiclePos(i, Vx, Vy, Vz);
                                        if(IsPlayerInRangeOfPoint(playerid, 5.0, Vx, Vy, Vz)
                                        {
                                          if(Gas[idcar] <= 99)
                                  {
                                        TogglePlayerControllable(playerid, 0);
                                        GameTextForPlayer(playerid,\"~w~~n~~n~~n~~n~~n~~n~~n~~n~~n~Tankolás Folyamatban, VÁRJ\",5000,3);
                                                SetTimer(\"Fillup\",RefuelWait,0);
                                         Refueling[playerid] = 1;
                                        }
                                        else
                                        {
                                            GameTextForPlayer(playerid,\"~r~~n~~n~~n~~n~~n~~n~~n~~n~~n~A tank megtelt\",5000,3);
                                        }
                                        }
                                        else
                                        {
                                            SendClientMessage(playerid, COLOR_GRAD2, \"Nem lehetsz öt méternél távolabb az autódhoz!\");
                                        }
                                    }
                                }
                                else SendClientMessage(playerid,COLOR_GRAD2,\"Ne ülj az autódban!\");
                        }
                        else SendClientMessage(playerid,COLOR_GRAD2,\"Nem vagy a Benzinkúton!\");
                }
        return 1;
        }

2182
Segítségkérés / spawn ahol kiléptél
« Dátum: 2012. április 18. - 19:08:25 »
Idézetet írta: N@rbirock date=1334767928\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"20358\" data-ipsquote-contentclass=\"forums_Topic
nem ír semi erort de ezt csinálja
\"sa-mp-049_www.kepfeltoltes.hu_.png\"
 
Nincs
public OnPlayerRequestClass

 
eljárásod.

2183
Segítségkérés / spawn ahol kiléptél
« Dátum: 2012. április 18. - 18:48:20 »
Igazad van, most elkapkodtam.  :confused:

2184
Segítségkérés / spawn ahol kiléptél
« Dátum: 2012. április 18. - 17:28:26 »
Idézetet írta: bence67 date=1334762770\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"20358\" data-ipsquote-contentclass=\"forums_Topic
De nem ajánlom!
Figyelem!
Elõfordul az hogy kapsz egy crast kocsiban és visszaakar dobni a játék arra a pontra ahol a kocsi van...
Mi Történik?:
Újabb crash
 
Ki lehet küszöbölni, egy if elágazással.

2185
Segítségkérés / spawn ahol kiléptél
« Dátum: 2012. április 18. - 17:17:29 »
Tessék:
 
#include <a_samp>
#include <dini>
#include <dutils>
new file[128];
new Float:X[MAX_PLAYERS], Float:Y[MAX_PLAYERS], Float:Z[MAX_PLAYERS];
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\" Pos mento by Rupert\");
print(\"--------------------------------------\\n\");
return 1;
}
public OnFilterScriptExit()
{
print(\"Pos mento bezarva!\");
return 1;
}
public OnPlayerConnect(playerid)
{
return 1;
}
public OnPlayerDisconnect(playerid, reason)
{
new name[MAX_PLAYER_NAME];
GetPlayerPos(playerid, X[playerid], Y[playerid], Z[playerid]);
GetPlayerName(playerid, name, sizeof(name));
format(file, sizeof(file), \"/pos/%s.ini\", name);
if(!dini_Exists(file)) return dini_Create(file);
dini_IntSet(file, \"Lx\", X[playerid]);
dini_IntSet(file, \"Ly\", Y[playerid]);
dini_IntSet(file, \"Lz\", Z[playerid]);
return 1;
}
public OnPlayerSpawn(playerid)
{
    new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
new Float:Xx, Float:Yy, Float:Zz;
format(file, sizeof(file), \"/pos/%s.ini\", name);
if(!dini_Exists(file))
{
    dini_IntSet(file, \"Lx\", X[playerid]);
dini_IntSet(file, \"Ly\", Y[playerid]);
dini_IntSet(file, \"Lz\", Z[playerid]);
SetPlayerPos(playerid, 257.043304, -139.752044, 1.578125);
}
else
{
Xx = dini_Int(file, \"Lx\");
Yy = dini_Int(file, \"Ly\");
Zz = dini_Int(file, \"Lz\");
SetPlayerPos(playerid, Xx, Yy, Zz);
}
return 1;
}

 
Ui: \'Scriptfiles\' mappában legyen \'pos\' mappa.

2186
Segítségkérés / Adminszoli
« Dátum: 2012. április 18. - 15:40:37 »
Szia, tessék:
 
if(!strcmp(cmdtext, \"/adminszolgálat\", true))
{
if(AdminDuty[playerid] == 1)
{
         // Ide kerül a parancs fõmagva
}
else
{
        //Ide ha a játékos nincs adminszoliban, mi történjen.
}
}

2187
SA-MP: Szerverfejlesztés / Ban rendszer!
« Dátum: 2012. április 17. - 17:18:02 »
Idézetet írta: 1ST_Chr date=1334674825\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"20294\" data-ipsquote-contentclass=\"forums_Topic
Ez rossz:
if(ipc2[playerid] == ipc[playerid])
És ha csak a név van bannolva?
 
Nálam mûködött.

2188
SA-MP: Szerverfejlesztés / Ban rendszer!
« Dátum: 2012. április 17. - 15:26:20 »
Idézetet írta: DrAkE date=1334668144\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"20294\" data-ipsquote-contentclass=\"forums_Topic
Most akkor gondolkozz el ezen a rendszeren: feljön egy játékos, valami rosszat csinál, te ki \"banolod\" a rendszerrel, ha megnézed, ezt NÉV alapján teszi, és nem IP alapján. Magyarul a következõt kell tennie: fel jön másik névvel.
 
Igazad van. Javítottam (beleírtam).

2189
Szkript kérések / Újkocsi
« Dátum: 2012. április 16. - 20:48:13 »
Szia!
A ZCMD-t ugyan úgy betudod rakni a módba, én pedig ezt láttam a legideálisabb megoldásnak:
 
#include <a_samp>
#include <dutils>
#include <sscanf>
#include <zcmd>
#include <dini>
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_RED 0xAA3333AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_ORANGE 0xFF9933AA
#define COLOR_LIGHTBLUE 0x33CCFFAA
new penz[MAX_PLAYERS];
new kid[MAX_PLAYERS];
CMD:ujkocsi(playerid, params[])
{
new Float:X, Float:Y, Float:Z, Float:R, string[128];
GetPlayerFacingAngle(playerid, R);
GetPlayerPos(playerid, X, Y, Z);
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED, \"Nem vagy fõadmin!\");
if(sscanf(params, \"dd\",kid,penz)) return SendClientMessage(playerid, COLOR_GREY, \"Használat: /ujkocsi [iD] [Ár]\");
if(kid[playerid] < 400 || kid[playerid] > 611) return SendClientMessage(playerid, COLOR_RED, \"Az ID-nek 400 és 611 között kell lennie!\");
CreateVehicle(kid[playerid],X+2,Y+2,Z+2,R,-1,-1,0);
format(string, sizeof(string), \"Sikeresen lehívtad a %d ID-jû autót %d árért!\", kid,penz[playerid]);
SendClientMessage(playerid, COLOR_ORANGE, string);
return 1;
}
CMD:aeladkocsi(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_RED, \"Nem vagy fõadmin!\");
if(IsPlayerInVehicle(playerid, kid[playerid]))
{
    GivePlayerMoney(playerid, penz[playerid]);
SendClientMessage(playerid, COLOR_ORANGE, \"Sikeresen eladtad a kocsid!\");
}
else
{
    SendClientMessage(playerid, COLOR_RED, \"Nem ülsz az autódban!\");
}
return 1;
}

2190
Segítségkérés / Útbaigazítást kérek, a "scriptelés" elkezdéséhez.
« Dátum: 2012. április 16. - 20:30:21 »
Szia! A neked legideálisabb \"oktatóanyag\" a következõ:
http://sampforum.hu/index.php?topic=4745.0
Sok szerencsét ezen a téren!  ;)

Oldalak: 1 ... 144 145 [146] 147 148 ... 153
SimplePortal 2.3.7 © 2008-2024, SimplePortal