Raised This Month: $ Target: $400
 0% 

Showing results 1 to 13 of 13
Search took 0.02 seconds.
Search: Posts Made By: kdaekiss
Forum: Scripting 09-09-2018, 00:06
Replies: 10
Views: 1,684
Posted By kdaekiss
Forum: Scripting 09-07-2018, 07:48
Replies: 7
Views: 1,346
Posted By kdaekiss
Re: [CS:S]Hello, I am asking you that the error for OnPlayerRunCmd has not been resol

public Action:RounStart(Handle:event, const String:Name[], bool:Broadcast)
{
for(new i = 1; i <= MaxClients; i++)
{
chooseclass(i);
weapontype[i] = 0;
damageplus[i] = 0.0;...
Forum: Scripting 09-07-2018, 07:13
Replies: 7
Views: 1,346
Posted By kdaekiss
Re: [CS:S]Hello, I am asking you that the error for OnPlayerRunCmd has not been resol

I am sorry if you feel uncomfortable. I'm not good yet. Please excuse me.
And I've erased the check to be alive, but the result is the same.
Forum: Scripting 09-07-2018, 07:07
Replies: 7
Views: 1,346
Posted By kdaekiss
Re: [CS:S]Hello, I am asking you that the error for OnPlayerRunCmd has not been resol

The variable is alive. I think the classtype variable is wrong. I got a hint. Thank you!
Forum: Scripting 09-07-2018, 07:04
Replies: 10
Views: 1,684
Posted By kdaekiss
Forum: Scripting 09-07-2018, 07:02
Replies: 10
Views: 1,684
Posted By kdaekiss
Re: [CS:S]I want to resolve the repeated error in my cmd. Include Attachment

Then it becomes the origin again. It was like this from the beginning.
Forum: Scripting 09-04-2018, 06:33
Replies: 10
Views: 1,684
Posted By kdaekiss
Re: [CS:S]I want to resolve the repeated error in my cmd. Include Attachment

I've erased the line, but the error is still appearing in the CloseHandle until the end. But this part does it without any gaps. I do not know what the problem is. I use this when I refer to other...
Forum: Scripting 09-03-2018, 06:45
Replies: 10
Views: 1,684
Posted By kdaekiss
Re: [CS:S]I want to resolve the repeated error in my cmd. Include Attachment

Because the structure was somewhat complicated, I uploaded the source as an attachment. Please check.
Forum: Scripting 09-03-2018, 06:34
Replies: 7
Views: 1,346
Posted By kdaekiss
Re: [CS:S]Hello, I am asking you that the error for OnPlayerRunCmd has not been resol

public Action:RounStart(Handle:event, const String:Name[], bool:Broadcast)
{
for(new i = 1; i <= MaxClients; i++)
{
if(AliveCheck(i))
{
boomuse[i] = false;
}
}
}
Forum: Scripting 09-01-2018, 23:18
Replies: 7
Views: 1,346
Posted By kdaekiss
[CS:S]Hello, I am asking you that the error for OnPlayerRunCmd has not been resolved.

Button works once after opening server But since then, it won't work until the server is closed. I cannot see the problem, so I ask you a question.

new bool:AccessEKey[MAXPLAYERS+1] = false;...
Forum: Scripting 09-01-2018, 22:53
Replies: 10
Views: 1,684
Posted By kdaekiss
[CS:S]I want to resolve the repeated error in my cmd. Include Attachment

We've added a variable to the Round Start hook. as seen
But it will work.

classcheckTime = CreateTimer(10.0, classchecktimer, _);

And if you check the attached file, there will be an error...
Forum: Scripting 09-01-2018, 10:15
Replies: 2
Views: 2,277
Posted By kdaekiss
Re: error name>Exception reported: Instruction contained invalid parameter

The compiler works well. Please check attached file and the error name is displayed in srcds.

PrintToChat works well on other systems No problem. And is the code CS:S? Or Is it strange how I write...
Forum: Scripting 08-31-2018, 23:44
Replies: 2
Views: 2,277
Posted By kdaekiss
error name>Exception reported: Instruction contained invalid parameter

Hello, that's the same error name as the title. Compile works well.

The code below is hook

public Action:SayHook(Client, Arguments)

The code below does not even operate an error message...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT -4. The time now is 12:34.


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