Define Error
#1

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); 
Reply
#2

Show the full codes of split and what is coe?

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


Forum Jump:


Users browsing this thread: 1 Guest(s)