Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static cell AMX_NATIVE_CALL nativeSetServerSlots(AMX *amx, cell *params)
- {
- if(params[0] / sizeof(cell) == 1)
- {
- int slots_ = params[1];
- WriteProcessMemory((HANDLE)-1,(void *)0x012FE88, &slots_, 4, NULL);
- return true;
- }
- logprintf("[ERRO] Numero de parametros invalido");
- return false;
- }
- /*
- By DraKiNs
- www.ips-team.blogspot.com
- native SetServerSlots(slots);
- SetServerSlots(600);
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement