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

Oldalak: 1 ... 20 21 [22] 23 24 ... 36
316
Segítségkérés / 1 Probléma
« Dátum: 2011. április 30. - 19:11:01 »
Úgy sem jó :(

317
Segítségkérés / map készités
« Dátum: 2011. április 30. - 19:06:58 »
ha streamer -t írsz akkor streamer.dll -t olvas be, ha streamer.so -t akkor streamer.so-t fog. :problem:

318
Segítségkérés / 1 Probléma
« Dátum: 2011. április 30. - 19:01:12 »
Nem jó, ugyanaz a hiba.

319
Segítségkérés / 1 Probléma
« Dátum: 2011. április 30. - 18:53:17 »
Idézetet írta: straY\' date=1304182344\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"7847\" data-ipsquote-contentclass=\"forums_Topic
Hello. Nem tudom minek deklaráltad a checkpoint tömböt, amikor értéket sehol nem adtál nekik.. Na m1 próbáld ki így.
[pawn]#include <a_samp>
#include <zcmd>
//new checkpoints[18];
//new cel;
CMD:race(playerid,params[])
{
   sPlayerPos(playerid,2045.7445,1360.8739,10.2429,0,0);
   SetPlayerCheckpoint(playerid,2047.3328,1111.7773,10.2429,8.5);
   SetPVarInt(playerid,\"CP\",1);
        return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
if(GetPVarInt(playerid,\"CP\") == 1)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2015.4202,847.9307,6.2977,8.5);
    SetPVarInt(playerid,\"CP\",2);
}
if(GetPVarInt(playerid,\"CP\") == 2)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1791.1125,817.5202,10.3641,8.5);
    SetPVarInt(playerid,\"CP\",3);
}
if(GetPVarInt(playerid,\"CP\") == 3)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1631.8530,216.9445,30.7127,8.5);
    SetPVarInt(playerid,\"CP\",4);
}
if(GetPVarInt(playerid,\"CP\") == 4)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1701.1248,-636.8368,40.6468,8.5);
    SetPVarInt(playerid,\"CP\",5);
}
if(GetPVarInt(playerid,\"CP\") == 5)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1576.2233,-1413.4781,28.0421,8.5);
    SetPVarInt(playerid,\"CP\",6);
}
if(GetPVarInt(playerid,\"CP\") == 6)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1693.2444,-1543.3309,23.1510,8.5);
    SetPVarInt(playerid,\"CP\",7);
}
if(GetPVarInt(playerid,\"CP\") == 7)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2113.5508,-1537.3674,2.0323,8.5);
    SetPVarInt(playerid,\"CP\",8);
}
if(GetPVarInt(playerid,\"CP\") == 8)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2720.7590,-1629.2537,12.4153,8.5);
    SetPVarInt(playerid,\"CP\",9);
}
if(GetPVarInt(playerid,\"CP\") == 9)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2890.6548,-1621.0668,10.4455,8.5);
    SetPVarInt(playerid,\"CP\",10);
}
if(GetPVarInt(playerid,\"CP\") == 10)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2894.3796,-935.4986,10.4460,8.5);
    SetPVarInt(playerid,\"CP\",11);
}
if(GetPVarInt(playerid,\"CP\") == 11)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2752.1931,-371.6379,24.4416,8.5);
    SetPVarInt(playerid,\"CP\",12);
}
if(GetPVarInt(playerid,\"CP\") == 12)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2776.1350,191.8326,19.8359,8.5);
    SetPVarInt(playerid,\"CP\",13);
}
if(GetPVarInt(playerid,\"CP\") == 13)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1704.2252,397.0681,29.9643,8.5);
    SetPVarInt(playerid,\"CP\",14);
}
if(GetPVarInt(playerid,\"CP\") == 14)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1825.7363,837.4744,9.9731,8.5);
    SetPVarInt(playerid,\"CP\",15);
}
if(GetPVarInt(playerid,\"CP\") == 15)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2070.1272,867.7535,6.4078,8.5);
    SetPVarInt(playerid,\"CP\",16);
}
if(GetPVarInt(playerid,\"CP\") == 16)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2086.0061,1373.9753,10.2429,8.5);
    SetPVarInt(playerid,\"CP\",17);
}
if(GetPVarInt(playerid,\"CP\") == 17)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2159.8550,1428.2513,10.3912,8.5);
    SetPVarInt(playerid,\"CP\",18);
}
if(GetPVarInt(playerid,\"CP\") == 18)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2247.2556,1465.3269,10.2428,8.5);
    SetPVarInt(playerid,\"CP\",19);
}
if(GetPVarInt(playerid,\"CP\") == 19)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2306.2717,1494.6664,10.3943,8.5);
    DisablePlayerCheckpoint(playerid);
    SendClientMessage(playerid,COLOR_LIGHTGREEN,\"A verseny végére értél!\");
}
return 1;
}[/pawn]
 
Oks megnézem csak kaja

320
Segítségkérés / 1 Probléma
« Dátum: 2011. április 30. - 18:43:58 »
hali!
Egy versenyt akarnék csinálni csak nem sikerül.
A hiba hogy az elsõ CP után azt írja ki, hogy a verseny végére értél.
Gondolom hogy ahogy bemegy az elsõbe lefut az összes többi utasítás is. Hogy tudom kijavítani?
Elõre is köszönöm.
Ja és a script:
[pawn]#include <a_samp>
#include <zcmd>
new checkpoints[18];
new cel;
CMD:race(playerid,params[])
{
sPlayerPos(playerid,2045.7445,1360.8739,10.2429,0,0);
SetPlayerCheckpoint(playerid,2047.3328,1111.7773,10.2429,8.5);
SetPVarInt(playerid,\"CP\",checkpoints[0]);
        return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
if(GetPVarInt(playerid,\"CP\") == checkpoints[0])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2015.4202,847.9307,6.2977,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[1]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[1])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1791.1125,817.5202,10.3641,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[2]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[2])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1631.8530,216.9445,30.7127,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[3]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[3])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1701.1248,-636.8368,40.6468,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[4]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[4])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1576.2233,-1413.4781,28.0421,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[5]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[5])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1693.2444,-1543.3309,23.1510,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[6]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[6])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2113.5508,-1537.3674,2.0323,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[7]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[7])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2720.7590,-1629.2537,12.4153,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[8]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[8])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2890.6548,-1621.0668,10.4455,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[9]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[9])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2894.3796,-935.4986,10.4460,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[10]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[10])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2752.1931,-371.6379,24.4416,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[11]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[11])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2776.1350,191.8326,19.8359,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[12]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[12])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1704.2252,397.0681,29.9643,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[13]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[13])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,1825.7363,837.4744,9.9731,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[14]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[14])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2070.1272,867.7535,6.4078,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[15]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[15])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2086.0061,1373.9753,10.2429,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[16]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[16])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2159.8550,1428.2513,10.3912,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[17]);
}
if(GetPVarInt(playerid,\"CP\") == checkpoints[17])
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2247.2556,1465.3269,10.2428,8.5);
    SetPVarInt(playerid,\"CP\",checkpoints[17]);
}
if(GetPVarInt(playerid,\"CP\") == cel)
{
    DeletePVar(playerid,\"CP\");
    SetPlayerCheckpoint(playerid,2306.2717,1494.6664,10.3943,8.5);
    DisablePlayerCheckpoint(playerid);
    SendClientMessage(playerid,COLOR_LIGHTGREEN,\"A verseny végére értél!\");
}
return 1;
}[/pawn]
Errort, Warningot nem jelez.

321
Segítségkérés / map készités
« Dátum: 2011. április 29. - 21:08:50 »
És miért nem írod le a scriptet hogy tudjunk segíteni?

322
Beszélgetés / Irj egy kis történetet.
« Dátum: 2011. április 29. - 21:04:47 »
lebannolta az admin, de

323
Segítségkérés / Checkpoint készítés HIBA
« Dátum: 2011. április 29. - 19:45:14 »
A GTAMAP converter csak objectet konvertál. Sampban kell lerakni a CP-t

324
SA-MP: Szerverfejlesztés / Tojáskeresõ
« Dátum: 2011. április 28. - 20:24:36 »
[pawn]main()[/pawn]
helyett
[pawn]public OnFilterScriptInit( )
{
 print(\"\\n XY \\n\");
 return 1
}
[/pawn]
[pawn]
new tojas;
new tojas2;
new tojas3;
new tojas4;
new tojas5;
new tojas6;
new tojas7;
new tojas8;
new tojas9;
new tojas10;
new tojas11;
new tojas12;[/pawn]
megoldható
[pawn]new tojas[12];[/pawn]
-al és akkor
[pawn]
tojas[0] = XY
tojas[1] = XY
tojas[2] = XY
tojas[3] = XY
tojas[4] = XY
tojas[5] = XY
tojas[6] = XY
tojas[7] = XY
tojas[8] = XY
tojas[9] = XY
tojas[10] = XY
tojas[11] = XY
[/pawn]
De egyébként ötletes és szép, grat.

325
Beszélgetés / Írás csukott szemmel
« Dátum: 2011. április 28. - 18:23:13 »
nagyon könnyû hiszen én alapból nem nézek a billentyûre.
Becsukott szemmel is egyszerû.

326
Beszélgetés / Van-volt-lesz....kérdezz! és válaszolj az elõzõre!
« Dátum: 2011. április 28. - 18:15:48 »
lesz
xfire?

327
SA-MP: Szerverfejlesztés / DMPack
« Dátum: 2011. április 27. - 13:41:41 »
Jó:) Dialogos jobban nézne ki :D De így is jó

328
Beszélgetés / Van-volt-lesz....kérdezz! és válaszolj az elõzõre!
« Dátum: 2011. április 26. - 20:35:30 »
Volt
Agyad?

329
Készülõ munkák / [GM]Suli mód v1.0.1
« Dátum: 2011. április 26. - 20:32:05 »
És mikor kezditek el csinálni? :D

330
SA-MP: Szerverfejlesztés / szinválasztó
« Dátum: 2011. április 23. - 14:59:47 »
Nem muszáj printelni a server_logba írja csak. Ha nem adsz meg semmit, akkor
 
Filterscript \"szinvalaszto.amx\" loaded. [/quote]
Vagy hasonlót ír.

Oldalak: 1 ... 20 21 [22] 23 24 ... 36
SimplePortal 2.3.7 © 2008-2025, SimplePortal