[SOLVED] /drag
#10

Quote:
Originally Posted by Blt950
I did heavy modification because of many leaks and brackets shit.
Excuse me...exactly what modifications did you make except for change the variables for my public function heading (which wasn't necessary, i used draggerid to make it clear) and get rid of an extra } which was a typo...That's hardly even light modification. Don't forget you're the one who couldn't write this.

I don't get why you've already added all that stuff to the basic script. Start simple, make sure that the core of the code works before you add the extra stuff.

Change:

Код:
DragTimer[playerid] = SetTimerEx("Drag", 2000, 1, "ii", draggedid, playerid);
to:

Код:
DragTimer[playerid] = SetTimerEx("Drag", 2000, 1, "ii",playerid, draggedid);
That's in my code, and then do whatever you want for yours.
Reply


Messages In This Thread
[SOLVED] /drag - by Blt950 - 22.05.2009, 10:50
Re: /drag - by Blt950 - 05.06.2009, 23:08
Re: /drag - by KeyWay - 05.06.2009, 23:17
Re: /drag - by Warmonger - 06.06.2009, 01:33
Re: /drag - by gemadon - 06.06.2009, 05:08
Re: /drag - by xXiamCr4zyXx - 06.06.2009, 08:48
Re: /drag - by Blt950 - 06.06.2009, 09:23
Re: /drag - by lol2112 - 06.06.2009, 09:40
Re: /drag - by Blt950 - 06.06.2009, 11:02
Re: /drag - by lol2112 - 06.06.2009, 11:26

Forum Jump:


Users browsing this thread: 1 Guest(s)