Jump to content
  • 0

pomoc House System - Kompilace


Troy

Dotaz

Zdravím, chtěl jsem zkompilovat house system.
Jenže mi to vyhodilo 2 errory:


housesystem.pwn(277) : error 047: array sizes do not match, or destination array is too small

housesystem.pwn(488) : error 047: array sizes do not match, or destination array is too small

 

zde jsou řádky:

 

 

str = dini_Get(str1,"SpawnInt"); //řádek 277
str = dini_Get(str1,"Name");//řádek 488

 


S tímhle si nevím rady :(
Prosím vás, poraďte :)

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

  • 0
format(str,sizeof(str),dini_Get(str1,"SpawnInt"));
format(str,sizeof(str),dini_Get(str1,"Name"));

Ale dej si pozor aby ti dini_Get vracel string a ne integer

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...