Search Results
Telegram Connector v0.3.1 Updated the rust sdk to latest version that fixes the issue of samp-gdk conflict occurred randomly for some people. https://github.com/Sreyas-Sreelal/tg...ases/tag/0.3.1
3,998
You might want to change the PHP Code: SendClientMessageToAll(DUEL, string);  or add break in that last if condition PHP Code: if(DuelCountdown == 0) { /*your code*/    break; }...
380
New version released (0.3.0).Now supports proxy https://github.com/Sreyas-Sreelal/tg...ases/tag/0.3.0
3,998
Quote: Originally Posted by StargazerDC Nice plugin. I tried it and I have an issue with the OnTGMessage callback. I used your example, it loops multiple times in the if condition and it d...
3,998
Quote: Originally Posted by oukibt I can’t understand what the problem is? Connection for some reason does not work You might be using TGConnectFromEnv function and passing a token.Yo...
3,998
New version released https://github.com/Sreyas-Sreelal/tg...ases/tag/0.2.0
3,998
You should provode more details in your question
86
Quote: Originally Posted by FinStar Anybody know what to do with it? [18:22:26] Loading plugin: tgconnector.so [18:22:26] Failed (libssl.so.1.0.0: cannot open shared object file: No s...
3,998
You should provide more details.What you were expecting to happen? What you getting now?And properly ident and enclose the code in [php] or [code] tags so that others can read it.
401
You are using old version of y_iterate that does not have vehicle iterator, update it to solve the issue. https://github.com/pawn-lang/YSI-Includes
327
New version (v0.1.1) https://github.com/Sreyas-Sreelal/tg...ases/tag/0.1.1 updated to latest sdk added optional parameter thread_limit for natives TGConnect and TGConnectFromEnv
3,998
your last constant (lobbyPassword) in enum is 0 so when you declare the array LobbyInfo the upper block of 2nd index will be 1.Or in other words, the sizeof lobby enum is 1 as sizeof any enumerator is...
150
Show us what all you tried
115
There's one native for the sole purpose GetPlayerDistanceFromPoint
180
https://github.com/samp-incognito/sa...Natives-(Areas)
393
I'm not sure what you trying to achieve.. But my best guess would be Are you trying to convert hexadecimal value in string to integer?
282
Really informative.I always wondered how could the local address be valid after the called function ends it's execution.This article cleared it for me.
1,895