Thread: ProKreedz 2.31
View Single Post
darksidebv
Junior Member
Join Date: Mar 2015
Old 04-07-2018 , 17:55   Re: ProKreedz 2.31
Reply With Quote #999

Quote:
Originally Posted by need100fps View Post
hi man why when i type /savepos i get message

[KZ] You require Steam to use this function.

and i am a steam player how to fix this i cant save poss and i am steamer
Go to addons>amxmodx>scripting, open prokreedz.sma with notepad or notepad++, press ctrl+F to activate the find option, and look for
Code:
if(equal(authid, "VALVE_ID_LAN") || equal(authid, "STEAM_ID_LAN") || strlen(authid) > 18)
Modify
Code:
strlen(authid) > 18)
with
Code:
strlen(authid) > 19)
then save, drag and drop prokreedz.sma into compile.exe, then go to "compiled" folder, and copy prokreedz.amxx to your plugins folder.

Last edited by darksidebv; 04-07-2018 at 17:56.
darksidebv is offline