Raised This Month: $32 Target: $400
 8% 

BlackRocks (Retakes) - Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NewEdit_
Junior Member
Join Date: Aug 2017
Old 08-06-2017 , 09:37   BlackRocks (Retakes) - Problem
Reply With Quote #1

I need help from someone..

I just reedit the whole plugin with credit of course compile it.

But when i join it giving me 2 Errors in Console

https://hastebin.com/lulowuqovo.hs
NewEdit_ is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 08-06-2017 , 09:42   Re: BlackRocks (Retakes) - Problem
Reply With Quote #2

Nobody know what your problem is unless you provide sourcecode.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
NewEdit_
Junior Member
Join Date: Aug 2017
Old 08-06-2017 , 09:48   Re: BlackRocks (Retakes) - Problem
Reply With Quote #3

SRC
Attached Files
File Type: sp Get Plugin or Get Source (tournament.sp - 125 views - 31.8 KB)
NewEdit_ is offline
yash1441
Senior Member
Join Date: Feb 2015
Location: Illuminati HQ
Old 08-06-2017 , 11:35   Re: BlackRocks (Retakes) - Problem
Reply With Quote #4

PHP Code:
public Action Event_ReRestart(Handle event, const char[] namebool dontBroadcast
{
    for(
int spawns 0spawns <= 256spawns++)
    {
        
IsSpawnTaken[spawns] = false;
    }

One problem is here, array out of bounds. IsSpawnTaken can't have a 256th element in it, so it should be spawns < 256 and not <= 256.

PHP Code:
bool IsSpawnTaken[256
__________________
yash1441 is offline
Send a message via Skype™ to yash1441
NewEdit_
Junior Member
Join Date: Aug 2017
Old 08-06-2017 , 12:10   Re: BlackRocks (Retakes) - Problem
Reply With Quote #5

https://hastebin.com/wuyacekeso.sqle 145,
NewEdit_ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:21.


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