SA-MP Forums Archive
[BUG FEVER!!]I got many bugs.... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [BUG FEVER!!]I got many bugs.... (/showthread.php?tid=286200)



[BUG FEVER!!]I got many bugs.... - rohanrulzz - 27.09.2011

Hey people i got many bugs. I tried to clear them but for the past 2 weeks i could'nt. So ill just post my .pwn and the error's can anyone please clear it?? As you can see this is my first post and am also kindda noob in Scripting. If any of you professional Scripters help me,It would be a great MOVEMENT :P

Thanks In Advance.....

Errors can be found in the .pwn!!


Media Fire: Problem solved (EDITED)


Re: [BUG FEVER!!]I got many bugs.... - Babul - 27.09.2011

piece of cake:
edit: <link removed>

you were using the rotation in the SetPlayerPos(). thats wrong. that command only takes x,y and z parameters
by adding the SetPlayerFacingangle(playerid,z_rotation) with your last parameter (that rotation) with the SetCameraBehindPlayer(), the parameter count mismatch got solved.
further i suggest you to use another command processor instead of the OnPlayerCommandText(). but it should work now as it is. enjoy ^^


Re: [BUG FEVER!!]I got many bugs.... - rohanrulzz - 28.09.2011

Well thats what i said..."If any of you professional help me it would be a great use to me."

Anywayz thanks again!!