Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - PSL

#106
I tried to delete the shot timer, after deleting it, the npc kept shooting but wouldn't aim at me, how do I get him to cancel the shot?
#107
Script Showroom / Re: Fast reload the server
Jul 31, 2023, 02:31 PM
You're welcome. I'll retest it. Thanks for the fix
#109
Habi well done, I've been waiting a long time, I can't wait, if there are any questions, I will feedback here.
#110
Script Showroom / Re: Fast reload the server
Jul 09, 2023, 07:35 AM
onPlayerRequestClass(getPlayer(v.ID), getPlayer(v.ID).Class, getPlayer(v.ID).Team, getPlayer(v.ID).Skin)
v does not exist
Thank you very much for can it be repaired?
#111
Oh, my God, this script is so good. Kudos to you.
#112
Great.  I'm looking forward to it :)
#113
It's a great feature. Good job bro.
But can it coexist with the SendDataToClient function in a blank script?
#114
Snippet Showroom / Re: A utils code
Jul 02, 2023, 10:53 AM
Thanks for sharing some useful code, but
This is my code
    local arr=[1,6,2,78,123,1,23,2,5];
    local arr2=sort(arr);
    for(local i=0;i<arr2.len();i++) print(arr2[i]);

In the sort function, an error occurred on this line:
foreach (v in arr) if (!IsNum(v)) number = false
error is: AN ERROR HAS OCCURED [parameter 1 has an invalid type 'integer' ; expected: 'string']
#115
Snippet Showroom / Re: Fast reload the server
Jul 02, 2023, 07:40 AM
This is a very nice feature, seems to work, well done brother。
#116
The problem has been solved, thanks to the plugin from habi.
#117
Community Plugins / Re: Console Color Plugin
Jun 30, 2023, 05:50 AM
Well done, the update is very good, I can run this plugin perfectly, thank you so much. :>
#118
Community Plugins / Re: Console Color Plugin
Jun 29, 2023, 01:57 AM
Oh my God, thanks for making this plugin, it's really cool to output colors in the console.
But I don't know if it's my computer, I use examples output this    ␛[;31mAn apple a day keeps the doctor away␛[0m]
I think it's the language of the system.
#119
I want to print the font in green color, what should I do?