SA-MP Forums Archive
Define Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Define Error (/showthread.php?tid=570869)



Define Error - Brys - 14.04.2015

Help me to define/fix this


Error :
Код:
D:\Copy 1\gamemodes\SRPP.pwn(1305) : error 017: undefined symbol "split"
 D:\Copy 1\gamemodes\SRPP.pwn(1323) : error 001: expected token: "-string end-", but found "-identifier-"
D:\Copy 1\gamemodes\SRPP.pwn(1323) : error 017: undefined symbol "COE"
 D:\Copy 1\gamemodes\SRPP.pwn(1323) : warning 215: expression has no effect
 D:\Copy 1\gamemodes\SRPP.pwn(1323) : warning 215: expression has no effect
 D:\Copy 1\gamemodes\SRPP.pwn(1323) : error 001: expected token: ";", but found ")"
 D:\Copy 1\gamemodes\SRPP.pwn(1323) : fatal error 107: too many error
Codes :

PHP код:
1305:  split(stringdinfo'|');
1323:  format(stringsizeof(string), ""COE"(%d)"idx); 



Re: Define Error - fuckingcruse - 14.04.2015

Show the full codes of split and what is coe?

format(string, sizeof(string), "COE (%d)", idx); try this line once