Szerző Téma: Pawno hiba  (Megtekintve 1281 alkalommal)

Nem elérhető Destroyer

  • 673
  • Ryan_Sanchez.
    • Profil megtekintése
Pawno hiba
« Dátum: 2013. Január 15. - 19:25:16 »
0
Sziasztok! Ma írtunk a barátom szerverébe egy scriptet és hibás volt.
Kitöröltünk mindent amit írtunk és valamiért nem jó :( itt a hiba
 
D:\\Letöltések\\ntrp.pwn(2385) : error 004: function \"SafeGivePlayerMoney\" is not implemented
D:\\Letöltések\\ntrp.pwn(2487) : error 004: function \"SafeGivePlayerMoney\" is not implemented
D:\\Letöltések\\ntrp.pwn(2523) : error 004: function \"SafeResetPlayerWeapons\" is not implemented
D:\\Letöltések\\ntrp.pwn(2524) : error 004: function \"SafeGivePlayerWeapon\" is not implemented
D:\\Letöltések\\ntrp.pwn(2551) : error 004: function \"SafeResetPlayerWeapons\" is not implemented
D:\\Letöltések\\ntrp.pwn(3198) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3210) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3214) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3226) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3266) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3270) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3274) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3286) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3290) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(3294) : error 004: function \"PlayerToPoint\" is not implemented
D:\\Letöltések\\ntrp.pwn(4021) : error 004: function \"SafeGivePlayerMoney\" is not implemented
D:\\Letöltések\\ntrp.pwn(4027) : error 004: function \"Nevekki\" is not implemented
D:\\Letöltések\\ntrp.pwn(4627) : error 004: function \"SafeGivePlayerMoney\" is not implemented
D:\\Letöltések\\ntrp.pwn(4675) : error 004: function \"Nevekki\" is not implemented
D:\\Letöltések\\ntrp.pwn(4678) : error 004: function \"UpdatePlayerPosition2\" is not implemented
D:\\Letöltések\\ntrp.pwn(4908) : error 004: function \"Nevekbe\" is not implemented
D:\\Letöltések\\ntrp.pwn(4912) : error 004: function \"Nevekki\" is not implemented
D:\\Letöltések\\ntrp.pwn(4934) : error 004: function \"ClearChatbox\" is not implemented
D:\\Letöltések\\ntrp.pwn(4938) : error 004: function \"ClearChatbox\" is not implemented
D:\\Letöltések\\ntrp.pwn(4944) : error 004: function \"Nevekki\" is not implemented
D:\\Letöltések\\ntrp.pwn(4964) : error 004: function \"Nevekki\" is not implemented
Compilation aborted.Pawn compiler 3.2.3664     Copyright (coffee) 1997-2006, ITB CompuPhase
 
26 Errors.

 
Fogalmam sincs mit kéne csinálni, hogy jó legyen  :no:
Oxford hiba :S
Tudnátok segíteni? fontos lenne
[mod]Az átláthatóság érdekében az errorokat code tagekbe kell írni.[/mod]
« Utoljára szerkesztve: 2013. Január 15. - 21:19:33 írta Rupert »

Nem elérhető pisti525

  • 906
  • One Shot, One Kill
    • Profil megtekintése
Pawno hiba
« Válasz #1 Dátum: 2013. Január 15. - 19:49:13 »
0
Szia!
Ezek megvannak ? {  } (  )   
Incek pluginok ?

Nem elérhető Destroyer

  • 673
  • Ryan_Sanchez.
    • Profil megtekintése
Pawno hiba
« Válasz #2 Dátum: 2013. Január 15. - 19:51:17 »
0
Idézetet írta: pisti525 date=1358275753\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"32499\" data-ipsquote-contentclass=\"forums_Topic
Szia!
Ezek megvannak ? {  } (  )   
Incek pluginok ?
 
Hát átnézem, addig még jöhetnek a megoldások.

Pawno hiba
« Válasz #3 Dátum: 2013. Január 15. - 19:54:23 »
0
Idézetet írta: pisti525 date=1358275753\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"32499\" data-ipsquote-contentclass=\"forums_Topic
Szia!
Ezek megvannak ? {  } (  )   
Incek pluginok ?
 
Eddig tõkéletesen futott a mód pár warningal egy kis hiba miatt lettek ezek az errorok aminek semmi köze ahoz amit csináltunk.
Mellesleg már kitöröltük a dolgot és így is ugyan az az error.Valaki help pls!

Nem elérhető pisti525

  • 906
  • One Shot, One Kill
    • Profil megtekintése
Pawno hiba
« Válasz #4 Dátum: 2013. Január 15. - 20:08:01 »
0
hát tanácstalan vagyok sry :/  :(

Nem elérhető ZyZu.

  • Globális moderátor
  • 8939
  • my turbo diesel forum
  • Discord: ZyZu.
    • Profil megtekintése
Pawno hiba
« Válasz #5 Dátum: 2013. Január 15. - 20:29:59 »
0

stock PlayerToPoint(Float:radi, playerid, Float, Float:y, Float:z)
{
new Floatldposx, Floatldposy, Floatldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
tempposx = (oldposx -x);
tempposy = (oldposy -y);
tempposz = (oldposz -z);
if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
return 1;
}
return 0;
}

 
2. Nemtalálja a kérdéses funkciót. (SaveGivePlayerMoney)
Nézd meg, hogy egyáltalán benne van-e a scriptben...

Pawno hiba
« Válasz #6 Dátum: 2013. Január 15. - 21:09:11 »
0
Idézetet írta: ZyZu date=1358278199\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"32499\" data-ipsquote-contentclass=\"forums_Topic


stock PlayerToPoint(Float:radi, playerid, Float, Float:y, Float:z)
{
new Floatldposx, Floatldposy, Floatldposz;
new Float:tempposx, Float:tempposy, Float:tempposz;
GetPlayerPos(playerid, oldposx, oldposy, oldposz);
tempposx = (oldposx -x);
tempposy = (oldposy -y);
tempposz = (oldposz -z);
if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
{
return 1;
}
return 0;
}

 
2. Nemtalálja a kérdéses funkciót. (SaveGivePlayerMoney)
Nézd meg, hogy egyáltalán benne van-e a scriptben...
 
Köszi ZyZu de te amúgy dolgoztál már oxford móddal?Mivel a mód eredetileg jó csak van egy kis gondja hogy ha valami nagy baj van vagy valami a módba akkor kihozza a 26 errort és nem tudom megcsinálni még akkor se ha kitörlöm a hibámat.. :/

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal