FS to gM Link ... Yea Again ...
#1

Sorry for asking this again But This is not Understandable to me ... Please tell me how do i add this to an fs I have it in my Gm but how to i add this data in my fs
I basically Have a rep system That saves REp But i WAnt it to save rep such that If in my FS i put
if(Reputation[playerid] == 0) Then I shouldn't Get errors And also Explain Me how to do it
Reply
#2

Quote:
Originally Posted by rockhopper
Посмотреть сообщение
Sorry for asking this again But This is not Understandable to me ... Please tell me how do i add this to an fs I have it in my Gm but how to i add this data in my fs
I basically Have a rep system That saves REp But i WAnt it to save rep such that If in my FS i put
if(Reputation[playerid] == 0) Then I shouldn't Get errors And also Explain Me how to do it
By that you mean accessing Reputation[playerid] data in another script while maintaining it in gamemode?

If so, create new include.
then paste
new Reputation[MAX_PLAYERS]; from gamemode to include.
then include it in both, gamemode and filterscript.
Reply
#3

pawn Код:
enum pInfo{
    Reputation,}
new PlayerInfo[MAX_PLAYERS][pInfo];
its a pinfo its more easier to create a value for it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)