Zeex / sampgdk

Write SA-MP gamemodes in C/C++
http://zeex.github.io/sampgdk
Apache License 2.0
153 stars 83 forks source link

bool OnPublicCall #195

Closed kasias69 closed 6 years ago

kasias69 commented 6 years ago

This function is calling only from Gamemode ?, because i get only publics whose are called from Gamemode.

Zeex commented 6 years ago

Yes, GDK calls OnPublicCall when it intercepts a callback call inside a gamemode, filterscript calls are ignored.