View Single Post
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world :)
Old 05-17-2013 , 06:10   Re: Alternative Redirect Menu
Reply With Quote #13

You can use as a kick method to have more lines in the kick window

PHP Code:
KickPlayer(id"Type in console^nconnect %s"szIp)

stock KickPlayer(idszBuffer[], any:...)
{
    static 
szReason[60]
    
vformat(szReasoncharsmax(szReason), szBuffer3)
    
    
message_begin(MSG_ONESVC_DISCONNECT,_id)
    
write_string(szReason)
    
message_end()

__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.
pokemonmaster is offline