How to fix this small error?
#1

Error

Код:
C:\Documents and Settings\owner\Desktop\AAD70.pwn(1520) : error 006: must be assigned to an array
Line


Код:
if(dini_Isset(file,"KillMsg")){KillMsg[playerid] = dini_Get(file,"KillMsg");}else {KillMsg[playerid] = "0";}
Reply
#2

KillMsg must be a string.
so do this

new KillMsg[ 256 ];
Reply
#3

Where exactly do i put this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)