19.07.2016, 18:12
Duda muy tonta. Por quй este error, no entiendo.
Cуdigo:
Linea 3820 INI_Int("Spraycan",Info[playerid][pSpraycan]);
Linea 3821 INI_String("Contract",Info[playerid][pContract], 20);
Linea 3822 INI_Int("Married",Info[playerid][pMarried]);
Solucionado.El problema era este: "pContract[20]," Lo puse como integral, de ahн error.
Код:
Error: C:\Users\x\Documents\GM\gamemodes\V1.1.pwn(3821) : error 001: expected token: ")", but found "[" C:\Users\xDocuments\GM\gamemodes\V1.1.pwn(3821) : warning 215: expression has no effect C:\Users\x\Documents\GM\gamemodes\V1.1.pwn(3821) : error 001: expected token: ";", but found "]" C:\Users\x\Documents\GM\gamemodes\V1.1.pwn(3821) : error 029: invalid expression, assumed zero C:\Users\x\Documents\GM\gamemodes\V1.1.pwn(3821) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase.
Linea 3820 INI_Int("Spraycan",Info[playerid][pSpraycan]);
Linea 3821 INI_String("Contract",Info[playerid][pContract], 20);
Linea 3822 INI_Int("Married",Info[playerid][pMarried]);
Solucionado.El problema era este: "pContract[20]," Lo puse como integral, de ahн error.