Callback
#19

Quote:
Originally Posted by TheCman
Посмотреть сообщение
Dayrion, wrong thread?

JaKe, PVars are slow? Can you support this claim with relevant benchmarks pertaining to your situation?
No, I guess.
Jake is talking about making his own callback. I showed him an example how to make a callback.
As Misiur said previously :
Quote:
Originally Posted by Misiur
Посмотреть сообщение
If it's FS, then CallRemoteFunction, if include, CallLocalFunction.
Код HTML:
CallRemoteFunction(const function[], const format[], {Float,_}:...)
CallLocalFunction(const function[], const format[], {Float,_}:...)
When you want your callback be called, your need to use CallRemoteFunction/CallLocalFunction like I did in my example.

PHP код:
 CallLocalFunction("Ji_OnCarResprayAtPNS""iiiif"playeridGetPlayerVehicleID(playerid), abvHP <= 0.00 0.00 vHP); 
Ji_OnCarResprayAtPNS is the name of my callback
"iiiif" are the parameters
Arguments are what parameters take when the function is called.
Reply


Messages In This Thread
Callback - by JaKe Elite - 19.08.2017, 14:32
Re: Callback - by DimaShift - 19.08.2017, 15:04
Re: Callback - by JaKe Elite - 19.08.2017, 15:28
Re: Callback - by JaKe Elite - 19.08.2017, 21:57
Re: Callback - by Misiur - 19.08.2017, 22:37
Re: Callback - by JaKe Elite - 20.08.2017, 08:03
Re: Callback - by Logic_ - 20.08.2017, 08:06
Re: Callback - by JaKe Elite - 20.08.2017, 08:11
Re: Callback - by JaKe Elite - 20.08.2017, 09:52
Re: Callback - by JaKe Elite - 20.08.2017, 13:01
Re: Callback - by TheCman - 20.08.2017, 13:06
Re: Callback - by JaKe Elite - 20.08.2017, 13:12
Re: Callback - by TheCman - 20.08.2017, 13:13
Re: Callback - by JaKe Elite - 20.08.2017, 13:22
Re: Callback - by JaKe Elite - 20.08.2017, 13:28
Re: Callback - by Dayrion - 20.08.2017, 13:46
Re: Callback - by TheCman - 20.08.2017, 14:13
Re: Callback - by JaKe Elite - 20.08.2017, 14:30
Re: Callback - by Dayrion - 20.08.2017, 14:53
Re: Callback - by TheCman - 20.08.2017, 15:09
Re: Callback - by Dayrion - 20.08.2017, 15:39
Re: Callback - by GoldenLion - 20.08.2017, 16:25
Re: Callback - by TheCman - 20.08.2017, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)