Raised This Month: $ Target: $400
 0% 

Plugin Fix


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kmal2t
BANNED
Join Date: Apr 2006
Old 02-14-2007 , 22:15   Re: Plugin Fix
Reply With Quote #1

Forget it.

Last edited by kmal2t; 02-19-2007 at 23:40.
kmal2t is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 02-15-2007 , 12:12   Re: Plugin Fix
Reply With Quote #2

Code:
public plugin_end() {     new iPlayers[32],iNum;     for(new i=0;i<iNum;i++)     {         SaveData(iPlayers[i]);     }             return PLUGIN_HANDLED; }
Why don't you try adding get_players()?

Code:
stock GetSaveKey(id, Key[64]) {     static AuthId[33];     get_user_authid(id,AuthId,32);     format(Key, 63,"%s",AuthId); }
Are you kiddin me?
Code:
stock GetSaveKey(id, Key[32])     get_user_authid(id, Key, 31);

Last edited by [ --<-@ ] Black Rose; 02-15-2007 at 12:18.
[ --<-@ ] Black Rose is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode