SA-MP Forums Archive
[HELP] /takeitems Problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] /takeitems Problem (/showthread.php?tid=193944)



Fixed it remove please. - joeri55 - 28.11.2010

Fixed it remove please.


Re: [HELP] /takeitems Problem - Cypog - 28.11.2010

Take a closer look at SetTimerEx in sa-mp wiki. (SetTimer is for Timers without parameters)


Re: [HELP] /takeitems Problem - Buzzbomb - 28.11.2010

If im correct them timers are gonna call on all the functions.. in the end your going to prison that sucks


Re: [HELP] /takeitems Problem - joeri55 - 28.11.2010

Quote:
Originally Posted by Cypog
Посмотреть сообщение
Take a closer look at SetTimerEx in sa-mp wiki. (SetTimer is for Timers without parameters)
I did but I still didn't know how to fix this man.

Quote:
Originally Posted by Buzzbomb
Посмотреть сообщение
If im correct them timers are gonna call on all the functions.. in the end your going to prison that sucks
Yeah it is. And yes it sucks for players, to bad!


Re: [HELP] /takeitems Problem - Cypog - 28.11.2010

SetTimer does not accept additional paremeters! (playerid in this example)

You have to replace it with SetTimerEx, look at the wiki how to do this.


Re: [HELP] /takeitems Problem - joeri55 - 28.11.2010

Fixed it remove please.


Re: [HELP] /takeitems Problem - Retardedwolf - 28.11.2010

return 1;

Add a return 1; under the functions.


Re: [HELP] /takeitems Problem - joeri55 - 28.11.2010

Fixed it remove please.


Fixed it remove please. - joeri55 - 28.11.2010

Fixed it remove please.


Re: [HELP] /takeitems Problem - Retardedwolf - 28.11.2010

So you mean they got teled back into the prison straight away?