Search Results
For example, I call GetPlayerName. Sometimes i got incorrect name (for example, dLASH48 instead of FLASH4 or... part of some chat message. What's the problem? Code: cell amxArgs[4]; cell *nameC...
239
Code: int amxIdx; amx_FindNative(AMX, "GetPlayerName", &amxIdx); I got 2147483647. Why? For example, for IsPlayerConnected and GetPlayerMoney this code gives valid amxIdx. Tried on 0.3a R3 and ...
287
How I can bind some plugin function to SA:MP callbacks like OnPlayerConnect, OnPlayerText?
294