02.06.2016, 04:54
Okay. So somewhere in your script you have like this (This is just for example)
Okay so THIS IS JUST FOR EXAMPLE. Somewhere in you public or in ZCMD or whereever you are using that str you have new str more than one time. For one publc or zcmd or stock or anything just leave first new str you find. Delete other (not from whole GM just under that public or zcmd or stock).
If this ddidn't helped or if you didn't understand it just post again and help will be there soon
PHP код:
public OnGameModeInit()
{
new str[128];
str blah blah blah
new str[128];
str blah blah blah
new str[128];
str blah blah blah
return 1;
}
If this ddidn't helped or if you didn't understand it just post again and help will be there soon