GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: Destroyer - 2013. Január 15. - 19:25:16

Cím: Pawno hiba
Írta: Destroyer - 2013. Január 15. - 19:25:16
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]
Cím: Pawno hiba
Írta: pisti525 - 2013. Január 15. - 19:49:13
Szia!
Ezek megvannak ? {  } (  )   
Incek pluginok ?
Cím: Pawno hiba
Írta: Destroyer - 2013. Január 15. - 19:51:17
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.
Cím: Pawno hiba
Írta: Bonfini - 2013. Január 15. - 19:54:23
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!
Cím: Pawno hiba
Írta: pisti525 - 2013. Január 15. - 20:08:01
hát tanácstalan vagyok sry :/  :(
Cím: Pawno hiba
Írta: ZyZu. - 2013. Január 15. - 20:29:59

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...
Cím: Pawno hiba
Írta: Bonfini - 2013. Január 15. - 21:09:11
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.. :/