Deuce_Johnson Posted November 18, 2010 Report Posted November 18, 2010 Salutare la toti cei ce citesc acest topic.Dupa o pauza foarte mare, m-am reapucat de sa:mp. Am inceput cu un gamemode, dar am ceva errori in el :error 004: function "PlayerToPoint" is not implementedSunt mai multe errori de genu. Stiu ca este o { neinchisa sau in plus. Este un mod mai usor de a o gasi ?? vrei sa vb cu mine? add [email protected] pe yahoo mesenger ;)
zroT Posted November 18, 2010 Report Posted November 18, 2010 Sunt cumva 26 de errori?Daca sunt 26 atunci inseamna ca ai gresit o " { "Daca nu posteaza liniile unde iti dau errori.
dolcecoverca Posted November 18, 2010 Report Posted November 18, 2010 Candestete ce ai pus ultima oara pana nu ati da erori si o vei gasi usor <a target="_blank" href="http://samp.ae-webmedia.de/signature/"><img border="0" src="http://samp.ae-webmedia.de/signature/signature.php?bg=000000&text=FFFF
Deuce_Johnson Posted November 18, 2010 Author Report Posted November 18, 2010 Sunt cumva 26 de errori?Daca sunt 26 atunci inseamna ca ai gresit o " { "Daca nu posteaza liniile unde iti dau errori.Da, sunt 26 errori. Ce este de facut ? Cum gasesc acea { :|? vrei sa vb cu mine? add [email protected] pe yahoo mesenger ;)
RauLiTo Posted November 18, 2010 Report Posted November 18, 2010 dai compile si iti apare un id de cifre mergi la linia de exemplu 2500 si te uiti pe unde ai gresit sau stergi toata linia de unde ai eroarea daca nu inteles dami pm cu id tau:P
Deuce_Johnson Posted November 18, 2010 Author Report Posted November 18, 2010 Sunt mai multe errori, deci mai multe randuri (id) :| !!!!!!Am intrat la primu, si nici urma de { gresita.. :| vrei sa vb cu mine? add [email protected] pe yahoo mesenger ;)
Emanuelll Posted November 18, 2010 Report Posted November 18, 2010 Candestete ce ai pus ultima oara pana nu ati da erori si o vei gasi usorExact cum a spus dolcecoverca, gandeste-te ce ai facut ultima data in gamemode si verifica in zona aia.. (normal pe acolo ar trebui sa fie erroarea..)
Deuce_Johnson Posted November 18, 2010 Author Report Posted November 18, 2010 Este un gm gasit pe net mult timp in urma, si acum vreau sa il folosesc. :| vrei sa vb cu mine? add [email protected] pe yahoo mesenger ;)
-=[Vyorel]=- Posted November 18, 2010 Report Posted November 18, 2010 Nu va mai bagati daca nu stiti.Deuce_Johnson,Adauga asta in script:forward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);public PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z){ if(IsPlayerConnected(playerid)) { new Float:oldposx, Float:oldposy, Float:oldposz; 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;} ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.
Deuce_Johnson Posted November 18, 2010 Author Report Posted November 18, 2010 Am rezolvat, mersi ! vrei sa vb cu mine? add [email protected] pe yahoo mesenger ;)
Gabb04 Posted November 19, 2010 Report Posted November 19, 2010 Decat sa umbli cu PlayerToPoint parerea mea este ca mai bine folosesti functia jocului IsPlayerInRangeOfPoint
Question
Deuce_Johnson
Salutare la toti cei ce citesc acest topic.
Dupa o pauza foarte mare, m-am reapucat de sa:mp. Am inceput cu un gamemode, dar am ceva errori in el :
Sunt mai multe errori de genu. Stiu ca este o { neinchisa sau in plus. Este un mod mai usor de a o gasi ??
vrei sa vb cu mine? add [email protected] pe yahoo mesenger ;)
10 answers to this question
Recommended Posts