Whats wrong?
#1

Код:
new rand = random(sizeof RDMTeles);
Whats wrong with it? I am trying to fix these error's:

Код:
C:\Users (//).pwn(4865) : error 017: undefined symbol "RDMTeles"
C:\Users (//).pwn(4866) : error 017: undefined symbol "RDMTeles"
C:\Users (//).pwn(4866) : warning 215: expression has no effect
C:\Users (//).pwn(4866) : error 001: expected token: ";", but found "]"
C:\Users(//).pwn(4866) : error 029: invalid expression, assumed zero
C:\Users (//).pwn(4866) : fatal error 107: too many error messages on one line
Reply
#2

RDMTeles hasn't been declared before
Reply
#3

Lets see your RDMTelea
Maybe the arrey size is messed
Reply
#4

new rand = random(sizeof(RDMTeles));

EDIT and yah you need to actually define "RDMTeles"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)