21.06.2012, 17:03
Yeah, I changed these '' but anyway, it just gaved me another error -
error 027: invalid character constant
error 017: undefined symbol "Blank"
error 017: undefined symbol "Script"
fatal error 107: too many error messages on one line
Error 27 came :S
The script looks like this:
error 027: invalid character constant
error 017: undefined symbol "Blank"
error 017: undefined symbol "Script"
fatal error 107: too many error messages on one line
Error 27 came :S
The script looks like this:
Код:
public OnGameModeInit() { // Don’t use these lines if it’s a filterscript SetGameModeText(''Blank Script'') AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0); infopickup = CreatePickup(1318, 1, 1457.2872, -1010.9865, 26.8438 return 1; }