ccp033102 Posted November 30, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 05/31/13 Last Seen: October 10, 2017 Share Posted November 30, 2014 (edited) http://pastebin.com/dKSXSF2n When the player logout and login again,the size becomes normal And how can I fix the size After login again, It still remain I think it need create a SQL table? But I don't know how to do this Hope that someone can help me Thanks a lot !!!!!!!! Edited November 30, 2014 by ccp033102 Quote Link to comment Share on other sites More sharing options...
Radian Posted November 30, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted November 30, 2014 http://pastebin.com/dKSXSF2n login again,the size will become normal And how can I fix the size After login again It still here? I think it need create a SQL table? But I don't know how to do this Hope that someone can help me Thanks a lot !!!!!!!! When player with size logout and then login again the size will remain? Quote Link to comment Share on other sites More sharing options...
ccp033102 Posted November 30, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 05/31/13 Last Seen: October 10, 2017 Author Share Posted November 30, 2014 When player with size logout and then login again the size will remain? Yes Quote Link to comment Share on other sites More sharing options...
Radian Posted November 30, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted November 30, 2014 When player with size logout and then login again the size will remain? Yes Can you try this one? http://pastebin.com/qg3b86ip Quote Link to comment Share on other sites More sharing options...
ccp033102 Posted December 1, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 05/31/13 Last Seen: October 10, 2017 Author Share Posted December 1, 2014 (edited) When player with size logout and then login again the size will remain? Yes Can you try this one? http://pastebin.com/qg3b86ip I change the size and logout After the 2nd times login It become normal. Edited December 1, 2014 by ccp033102 Quote Link to comment Share on other sites More sharing options...
Radian Posted December 1, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted December 1, 2014 When player with size logout and then login again the size will remain? Yes Can you try this one? http://pastebin.com/qg3b86ip I change the size and logout After the 2nd times login It become normal. Here http://pastebin.com/qg3b86ip Quote Link to comment Share on other sites More sharing options...
ccp033102 Posted December 1, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 05/31/13 Last Seen: October 10, 2017 Author Share Posted December 1, 2014 When player with size logout and then login again the size will remain? Yes Can you try this one? http://pastebin.com/qg3b86ip I change the size and logout After the 2nd times login It become normal. Here http://pastebin.com/qg3b86ip But when I change the size to larger ,login again it become small Quote Link to comment Share on other sites More sharing options...
Skorm Posted December 1, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted December 1, 2014 Hmm, something like this would probably work too. - script size_changer -1,{ OnPCLoginEvent: if( my_size ) atcommand "@size "+my_size; end; OnSizeMe: my_size = atoi( .@atcmd_parameters$ ); if( my_size > 2 || my_size < 0 ) my_size = 0; atcommand "@size "+my_size; end; OnInit: bindatcmd "size","size_changer::OnSizeMe",0,99; } Quote Link to comment Share on other sites More sharing options...
ccp033102 Posted December 1, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 05/31/13 Last Seen: October 10, 2017 Author Share Posted December 1, 2014 Hmm, something like this would probably work too. - script size_changer -1,{ OnPCLoginEvent: if( my_size ) atcommand "@size "+my_size; end; OnSizeMe: my_size = atoi( .@atcmd_parameters$ ); if( my_size > 2 || my_size < 0 ) my_size = 0; atcommand "@size "+my_size; end; OnInit: bindatcmd "size","size_changer::OnSizeMe",0,99; } It is OK Thanks Skorm and Radian Quote Link to comment Share on other sites More sharing options...
Question
ccp033102
When the player logout and login again,the size becomes normal
And how can I fix the size
After login again, It still remain
I think it need create a SQL table?
But I don't know how to do this
Hope that someone can help me
Thanks a lot !!!!!!!!
Edited by ccp033102Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.