Jump to content

Question

Posted

Salut, am facut niste crate-uri si la acest code:

NormalCrateTime[playerid] = 30;

Imi da o eroare: undefined symbol "NormalCrateTime"

Iar la OnPlayerConnect eu am pus asa:    NormalCrateTime[playerid] = 0;
Si daca sterg  NormalCrateTime[playerid] = 0; imi da aceasi eroare...

Ma puteti ajuta cu ceva?

 

3 answers to this question

Recommended Posts

  • 0
Posted
15 minutes ago, Seghedi Robert said:

Salut!

Creeaza undeva la inceputul gamemode-ului variabila "NormalCrateTime", astfel:

 


	new NormalCrateTime[playerid];
	

 

Am facut asa cum ai spus tu dar imi da alta eroare:error 017: undefined symbol "playerid" error 009: invalid array size (negative, zero or out of bounds)

si daca adaug new playerid;

Langa da o tona de warnings

Alte idei?

  • 1
Posted

Salut!

Creeaza undeva la inceputul gamemode-ului variabila "NormalCrateTime", astfel:

	new NormalCrateTime[playerid];
	

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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.