Jump to content
  • 0

un mic ajutor


cosmynelu1994

Question

Buna Ziua,
 
Așa că astăzi am decis să fac Companiile din serverul meu Camioane care rulează PPC_Trucking.
 
Am făcut tot ce atunci compilate și primesc aceste erori:
pawnoincludePPC_FileOperations.inc(190) : warning 215: expression has no effect
pawnoincludePPC_FileOperations.inc(190) : error 001: expected token: ";", but found "["
pawnoincludePPC_FileOperations.inc(190) : error 029: invalid expression, assumed zero
pawnoincludePPC_FileOperations.inc(190) : warning 215: expression has no effect
pawnoincludePPC_FileOperations.inc(190) : error 001: expected token: ";", but found "]"
 
Toate acestea sunt în sistemul de economisire.
Nu am nici o idee despre ceea ce este problema, aici este funcția plin de asemenea:
 
if (strcmp(ParameterName, "Company", false) == 0) // If the parametername is correct ("Company")
{
if (strcmp(ACompanyData[strval(ParameterValue)][Owner], Name, false) == 0) // Check if the player is the true owner of the Company
{
APlayerData[playerid][Company][ComIndex] = strval(ParameterValue); // Store the CompanyID at the selected slot
ComIndex++; // Select the next Company-slot in case another Company-id is found
}
}
 
Sper ca cineva să-mi dea sugestii despre cum să o rezolvi aceste erori.
 
Mulțumesc.
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • 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.