Szerző Téma: Itt kérdezz warningot/error -t!  (Megtekintve 126307 alkalommal)

Itt kérdezz warningot/error -t!
« Válasz #165 Dátum: 2013. Január 10. - 13:10:22 »
0 Show voters
Sziasztok. Letöltöttem egy szkriptet és van benne egy error.
C:\\Users\\Norbi\\Desktop\\ParasztFUN\\filterscripts\\admin.pwn(985) : error 017: undefined symbol \"IsValidVehicle\"
Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
1 Error.
 
if(IsValidVehicle(jarmuid)) return SendClientMessage(playerid, PIROS, \"Nem létezik a jármû!\");

 
Akárhogy próbálom semmi. Mi lehet a gond?

Nem elérhető ZyZu.

  • Globális moderátor
  • 8939
  • my turbo diesel forum
  • Discord: ZyZu.
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #166 Dátum: 2013. Január 12. - 13:30:47 »
+1 Show voters
Mód elejére:
 
native IsValidVehicle(vehicleid);

Itt kérdezz warningot/error -t!
« Válasz #167 Dátum: 2013. Január 16. - 18:27:03 »
0 Show voters
Egy olyan problémám lenne, hogy a seerpg mod fut de amikor akarok le tenni kaput le is rakja csak be irom, hogy /nyit és azt irja nem vagyok kapu közelébe.  :(
Segítsetek(segits)

Itt kérdezz warningot/error -t!
« Válasz #168 Dátum: 2013. Január 23. - 11:30:37 »
0 Show voters

Egy olyan problémám lenne, hogy a seerpg mod fut de amikor akarok le tenni kaput le is rakja csak be irom, hogy /nyit és azt irja nem vagyok kapu közelébe.  :(
Segítsetek(segits)

[/quote]

A Szerveren te állítod be a parancsot mikor lerakod?? vagy a módba kell bele scriptelni.

Itt kérdezz warningot/error -t!
« Válasz #169 Dátum: 2013. Január 27. - 11:16:54 »
0 Show voters
warning 202: number of arguments does not match definition ezt írja!!
SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2], RandomSpawn[rand][3]); ezen sorra!!
pls segítsetek!! :D

Nem elérhető Szasza

  • 388
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #170 Dátum: 2013. Január 27. - 12:00:44 »
0 Show voters
Idézetet írta: TheChansee date=1359281814\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
warning 202: number of arguments does not match definition ezt írja!!
SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1], RandomSpawn[rand][2], RandomSpawn[rand][3]); ezen sorra!!
pls segítsetek!! :D
 


new rand = random(sizeof(RandomSpawn));
SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1],RandomSpawn[rand][2]);

Itt kérdezz warningot/error -t!
« Válasz #171 Dátum: 2013. Január 27. - 12:10:17 »
0 Show voters
Igen, az is ott van, csak azt a sort raktam be, mivel arra errorozik.

Nem elérhető Szasza

  • 388
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #172 Dátum: 2013. Január 27. - 13:30:28 »
0 Show voters
Idézetet írta: TheChansee date=1359285017\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
Igen, az is ott van, csak azt a sort raktam be, mivel arra errorozik.
 
Látom figyelsz... nézd már meg hogy nem ugyan az amit én írtam meg amit te...

Itt kérdezz warningot/error -t!
« Válasz #173 Dátum: 2013. Január 27. - 14:31:14 »
0 Show voters
csak 3 random spawn lehet?

Nem elérhető Szasza

  • 388
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #174 Dátum: 2013. Január 27. - 19:18:43 »
0 Show voters
Idézetet írta: TheChansee date=1359293474\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
csak 3 random spawn lehet?
 
nem... azt hogy mennyi randomspawn legyen azt a változóban határozod meg... itt a 0,1,2 a x,y,z pozíciót jelzi...

Itt kérdezz warningot/error -t!
« Válasz #175 Dátum: 2013. Január 27. - 20:52:24 »
0 Show voters
bocsi, hogy ilyen nyomi vagyok, de kérlek írnál nekem egy 5 -s random spawn-t nekem valamiért 3-nál több-nél errorozik

Nem elérhető Szasza

  • 388
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #176 Dátum: 2013. Január 27. - 22:17:21 »
0 Show voters
Idézetet írta: TheChansee date=1359316344\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
bocsi, hogy ilyen nyomi vagyok, de kérlek írnál nekem egy 5 -s random spawn-t nekem valamiért 3-nál több-nél errorozik
 

new Float:RandomSpawn[5][3] =
{
{x,y,z},
{x,y,z},
{x,y,z},
{x,y,z},
{x,y,z}
};
//5-az azt jelenti hogy hány spawnhely van megadva a 3 pedig azt hogy 3 kordináta ... hogy értsd mit is jelentenek ...

 

new rand = random(sizeof(RandomSpawn));
SetPlayerPos(playerid, RandomSpawn[rand][0], RandomSpawn[rand][1],RandomSpawn[rand][2]);

 
Tessék... amúgy nem nyomiság... én is megkérdezem, ha nem tudok valamit... erre van ez a topic rész.. :D Senki se tudhat mindent...
« Utoljára szerkesztve: 2013. Január 27. - 22:21:26 írta Szasza »

Itt kérdezz warningot/error -t!
« Válasz #177 Dátum: 2013. Január 28. - 15:54:23 »
0 Show voters
Mostmár teljesen tiszta, kösznöm szépen!!!!

Nem elérhető Szasza

  • 388
    • Profil megtekintése
Itt kérdezz warningot/error -t!
« Válasz #178 Dátum: 2013. Január 28. - 16:44:08 »
0 Show voters
Idézetet írta: TheChansee date=1359384863\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"22125\" data-ipsquote-contentclass=\"forums_Topic
Mostmár teljesen tiszta, kösznöm szépen!!!!
 
Nincs mit

Itt kérdezz warningot/error -t!
« Válasz #179 Dátum: 2013. Február 04. - 12:34:44 »
0 Show voters
c:\\Documents and Settings\\All Users\\Asztal\\server1\\filterscripts\\skinchanger.pwn(142) : error 017: undefined symbol \"TEXT_DRAW_FONT_MODEL_PREVIEW\"
c:\\Documents and Settings\\All Users\\Asztal\\server1\\filterscripts\\skinchanger.pwn(146) : error 017: undefined symbol \"PlayerTextDrawSetPreviewModel\"
c:\\Documents and Settings\\All Users\\Asztal\\server1\\filterscripts\\skinchanger.pwn(139) : warning 203: symbol is never used: \"modelindex\"
Pawn compiler 3.2.3664           Copyright © 1997-2006, ITB CompuPhase
2 Errors.
0.3x skin választó scriptje...

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal