Raised This Month: $ Target: $400
 0% 

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: Desert002
Forum: Scripting Help 12-22-2016, 12:32
Replies: 2
Views: 1,130
Posted By Desert002
Re: delete line from ini file once inspired

This code here is from my previous thread but it only loads the name of the item in the menu and what it prints out, hmm maybe you can edit it to show the item in the menu if the date is less or...
Forum: Scripting Help 12-22-2016, 12:11
Replies: 2
Views: 1,130
Posted By Desert002
delete line from ini file once inspired

Ok i want a plugin which in an ini file u have "12.12.2016"
and if the date is 12.12.2016 or more than that it deletes the line or adds ; to it
Forum: Scripting Help 12-21-2016, 15:42
Replies: 6
Views: 1,056
Posted By Desert002
Re: Create menu from file

Works like a charm, thank you very much :)
Forum: Scripting Help 12-21-2016, 02:18
Replies: 6
Views: 1,056
Posted By Desert002
Create menu from file

I want to make a menu, which gets its contents from a file, like cfg or ini, and there is "First Thing" "awesome", and in the menu adds 1.First thing and later on when i press the button it prints...
Forum: Scripting Help 12-19-2016, 01:25
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

Ok, enough about that can you help me with the question i asked ?
Forum: Scripting Help 12-18-2016, 10:44
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

This plugin was for christmas countdown thank you very much for helping and anyone who wants to use it feel free to do it :)
Since so many of you answered this thread and i don't wanna spam with new...
Forum: Scripting Help 12-18-2016, 10:06
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

Thank you very much, you helped me a lot
Forum: Scripting Help 12-16-2016, 16:49
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

Yes i know about that but it gives error on this line
formatex(CurrentMinutes, 9 , "00")
Error: Argument type mismatch (argument 1) on line 32
Forum: Scripting Help 12-16-2016, 16:45
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

OK works now but in the if(currentMinute == 0) the format gives error Error: Argument type mismatch (argument 1)
Forum: Scripting Help 12-16-2016, 16:35
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

Ok FFFx that code works but i need it to subtract 60 minutes - current minutes, and to output that, this is like a timer till the hour ends and an event starts
Forum: Scripting Help 12-16-2016, 16:25
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

static minute[10], minutes[10], second[10], seconds[10]
get_time("%M", minute, charsmax(minute))
get_time("%s", second, charsmax(second))
new iMinute = str_to_num(minute)
new iSecond...
Forum: Scripting Help 12-16-2016, 16:13
Replies: 29
Views: 4,266
Posted By Desert002
Re: Formatex error, please help

#define TASK_TIMER 2487900

public plugin_init() {
set_task(1.0, "start",TASK_TIMER,_,_,"b")
}

public start()
{
static minute[10], minutes[10], second[10], seconds[10]
...
Forum: Scripting Help 12-16-2016, 00:32
Replies: 29
Views: 4,266
Posted By Desert002
Formatex error, please help

I am trying to make a plugin for time, to tell how much minutes and seconds are left until the hour ends, and please fix my plugin i dont want any other time plugins, because i need this to do...
Forum: Scripting Help 12-16-2016, 00:26
Replies: 0
Views: 416
Posted By Desert002
Formatex error, please help

static hour[10], minute[10], second[10], data[10], seconds[10], minutes[10], hours[10]
get_time("%d.%m", data, 10)
get_time("%h", hour, charsmax(hour))
get_time("%s", second,...
Forum: Suggestions / Requests 10-24-2016, 06:19
Replies: 7
Views: 1,177
Posted By Desert002
Re: Menu from ini file

OciXCrom (https://forums.alliedmods.net/member.php?u=239716) Ok this is my case, i am making a give admin from game plugin, but all the privileges are fix like, vip, svip, admin, you can't get them...
Forum: Suggestions / Requests 10-21-2016, 17:18
Replies: 7
Views: 1,177
Posted By Desert002
Re: Menu from ini file

OciXCrom (https://forums.alliedmods.net/member.php?u=239716), that doesn't really matter i gave the message as an example, i can really do a lot with this, but here you go print it on chat
Forum: Suggestions / Requests 10-20-2016, 16:37
Replies: 7
Views: 1,177
Posted By Desert002
Re: Menu from ini file

OciXCrom (https://forums.alliedmods.net/member.php?u=239716) thanks but that doesn't help me, i need a menu that gets its information from an ini file like, if there are 5 lines in the ini file there...
Forum: Suggestions / Requests 10-19-2016, 16:09
Replies: 7
Views: 1,177
Posted By Desert002
Menu from ini file

Hello I need a plugin that creates a menu from an ini file, like u write in the ini file "First Thing" "message", so the first "" are like 1.First Thing and message is printed out later when you...
Forum: AMX Super 10-19-2016, 16:05
Replies: 6
Views: 6,493
Posted By Desert002
Forum: AMX Super 09-13-2016, 13:54
Replies: 6
Views: 6,493
Posted By Desert002
Re: Set _pw to user if it doesn't exist

Sorry i missed the section, i am new so i didn't have much experience with this forum, admins please move this thread to another section, and does anyone know how to do what i asked, thank you :)
Forum: AMX Super 09-08-2016, 17:38
Replies: 6
Views: 6,493
Posted By Desert002
Forum: AMX Super 08-25-2016, 07:57
Replies: 6
Views: 6,493
Posted By Desert002
Re: Set _pw to user if it doesn't exist

Mdbbans gives u random mid, i want to give it thru a messagemode, it opens up asking for a password to set on a user, not to give it random
Forum: Suggestions / Requests 08-13-2016, 16:07
Replies: 0
Views: 450
Posted By Desert002
Set _pw to user if it doesnt exist

I'm working on a plugin for managing admins and the plugin gets the users _pw, but when someone doesn't have _pw set, it doesn't set password for that user in users.ini.
So my question is: is it...
Forum: AMX Super 08-09-2016, 17:44
Replies: 6
Views: 6,493
Posted By Desert002
Set _pw to user if it doesn't exist

I'm working on a plugin for managing admins and the plugin gets the users _pw, but when someone doesn't have _pw set, it doesn't set password for that user in users.ini.
So my question is: is it...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT -4. The time now is 15:43.


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