Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: axelnieves2012
Forum: Scripting 02-05-2019, 16:05
Replies: 4
Views: 3,246
Posted By axelnieves2012
Re: [PROBLEM] Array sizes do not match

Solved by Asherkin:


#include <sourcemod>
#include <sdkhooks>
#include <sdktools>
#pragma semicolon 1
#define DEBUG 0

#define TEAM_SURVIVOR 2
Forum: Scripting 02-05-2019, 16:02
Replies: 4
Views: 3,246
Posted By axelnieves2012
Re: [PROBLEM] Array sizes do not match

Thanks you. I didn't know about that rule.
I've seen it before in Motorola's 68000 assembly language, but I think I forgot it.
Forum: Scripting 02-04-2019, 18:01
Replies: 4
Views: 3,246
Posted By axelnieves2012
Re: [PROBLEM] Array sizes do not match

I think Sourcemod is crazy (bugged).

If I do this:

char[] StrGetSurvivorClass(survivor)
{
if (left4dead==1)
return L4D2_S_CLASSES[survivor];
else
return L4D2_S_CLASSES[survivor];
Forum: Scripting 02-04-2019, 17:55
Replies: 4
Views: 3,246
Posted By axelnieves2012
[PROBLEM] Array sizes do not match

Hello, can anyone help me to find what am I doing wrong?
My plugin doesnt compile for some weird reason I can't understand.


#include <sourcemod>
#include <sdkhooks>
#include <sdktools>...
Showing results 1 to 4 of 4

 
Forum Jump

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


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