- 0
Va rog ajutati-ma la aceste erori
-
Similar Content
-
- 3 replies
- 212 views
-
- 9 replies
- 204 views
-
- 1 reply
- 151 views
-
- 7 replies
- 331 views
-
- 2 answers
- 149 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
bcretu64
Imi tot da urmatoarele erori la linia 2018 dintr-un gamemode:
E:\Jocuri Bogdan\Arhive\After School\gamemodes\GameZone.pwn(2018) : error 017: undefined symbol "MAX_STRING"
E:\Jocuri Bogdan\Arhive\After School\gamemodes\GameZone.pwn(2018) : error 029: invalid expression, assumed zero
E:\Jocuri Bogdan\Arhive\After School\gamemodes\GameZone.pwn(2018) : error 017: undefined symbol "srclen"
E:\Jocuri Bogdan\Arhive\After School\gamemodes\GameZone.pwn(2018) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
si aici e linia 2018: new retval[MAX_STRING], srclen;
definitia intreaga este:
stock right(source[], len)
{
new retval[MAX_STRING], srclen;
srclen = strlen(source);
strmid(retval, source, srclen - len, srclen, MAX_STRING);
return retval;
}
va rog ajutati-ma va rog mult..multumesc anticipat!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts