GiGiMuScHi Posted September 9, 2011 Posted September 9, 2011 Salut am adugat pe server un sistem de tuning luat dupa un alt server si imi da 26 de errori:C:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3746) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3750) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3754) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3758) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3762) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3774) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3778) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3782) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3786) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3790) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3802) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3806) : error 004: function "PlayerToPoint" is not implementedC:\Documents and Settings\Administrator\My Documents\My Videos\eGamer.pwn(3810) : error 004: function "PlayerToPoint" is not implementedCompilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase26 Errors.Am adaugat :#define PTP PlayerToPointforward PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z);Ma puteti ajuta? Respecta Si Vei Fi Respectat !!!
Roach Posted September 10, 2011 Posted September 10, 2011 Nu ai functia xDSterge forward PlayerToPoint si Adauga asta jos in Script:[pawn]stock PlayerToPoint( Float: radi, playerid, Float: Z, Float: Y, Float: Z ){ new Float: oP[ 3 ], Float: tP[ 3 ] ; GetPlayerPos( playerid, oP[ 0 ], oP[ 1 ], oP[ 2 ] ); tP[ 0 ] = ( oP[ 0 ] - X ); tP[ 1 ] = ( oP[ 1 ] - Y ); tP[ 2 ] = ( oP[ 2 ] - Z ); if( ( ( tP[ 0 ] < radi ) && ( tP[ 0 ] > - radi ) ) && ( ( tP[ 1 ] < radi ) && ( tP[ 1 ] > - radi ) ) && ( ( tP[ 2 ] < radi ) && ( tP[ 2 ] > - radi) ) ) return ( 1 ); return ( 0 );}[/pawn] Underground-GFX
Roach Posted September 10, 2011 Posted September 10, 2011 Da, dar daca era cum ai zis tu lipseau mai multe Functii, nu numai 1 Underground-GFX
Question
GiGiMuScHi
Salut am adugat pe server un sistem de tuning luat dupa un alt server si imi da 26 de errori:
Am adaugat :
Ma puteti ajuta?
Respecta Si Vei Fi Respectat !!!
3 answers to this question
Recommended Posts