Search Results
Quote: Originally Posted by kurta999 car + 0x280 This is from GTA SA memory address AFAIK. car pointer + 0x280. But you can't get this address from samp server, it's possible to get only ...
49,893
Hi, this times I wonder is there any usage of rpm/gear data in SAMP. Getting those values will be pretty useful for me. RPM is at car + 0x280 and gear is at car + 0x284. Can you take a look at it if y...
49,893
You found secret show/hide player functions or you implemented them? It's awesome!
49,893
I've compiled it with new natives and some fixes and posted in previous page. Thanks for the plugin btw =) Some of my friends says there will be memory loss while passing c assembly to small-c assemb...
10,136
Quote: Originally Posted by ProSpeed Anonymous function has its scope, you can pass variables using "use" construct. PHP код: Timer::create(function() use ($player){     $play...
10,136
cmake generates that files automaticly. just do what gdk's readme says.
10,136
Okay, here it is fixed GDK and SAMPHP. This zip contains: 1- SAMPGDK's fixed include folder (you must download source and use this include folder for compiling) and .so file for Linux. 2- SAMPHP so...
10,136
Ok, I finished just now and everything works perfect. I will release soon. All problems' source was GDK, it's buggy. Also thanks to Kikito. (and Zeex for not answering my PM)
10,136
I need help from experienced C++ coders. Problem is I can't add function to PHP with the same name of any GDK function. I.e. I added PHP_FUNCTION(abcd) and tried it in-game, and it worked, but the sa...
10,136
Quote: Originally Posted by Kikito Like I said, you need to build the source code of GDK [from github] and use it. The binary packages to download are outdated. .... I said "I built/in...
10,136
Callbacks works but natives don't, PHP gives "Undefined function" for them - only the ones which isn't in GDK works(AMXNativeExists etc.) so problem could be in GDK, current files on repo is in beta s...
10,136
Because I was still working on it. I will release it tomorrow. Stay tuned everybody =D
10,136
Quote: Originally Posted by Kikito Had you built the latest SAMPGDK release? Updated the plugin source code for the new API and stuff? If you just edited the functions, and added the new ...
10,136
I installed gdk, sdk and php and cmake detected plugin-sdk while gdk installing but when i try to compile samphp it says amx/amx.h and sampgdk/amx.h not found, can anyone help on compiling this? othe...
10,136
Will anyone use this if I update?
10,136
Quote: Originally Posted by [uL]Pottus I don't really see this working correctly no I didn't test it but it seems unlikely you could know the state on the client correctly. Your making ass...
469
[INC] Traffic light detection Hi, as you know, traffic lights are synced in SA-MP but we can't get their state. I wanted to get their state, then I created that advanced counter. Things you should k...
469
Something for textdraw/screen ratio fitting problem. Suggestion in above could be handy for this. And waves are already synced, so why SetWaveHeight function still doesn't added?!
6,598