error 033: array must be indexed (variable "cookieamount")
#1

Код:
if(cookieamount < 5 || cookieamount > 1000) return SendClientMessage(playerid, red, "must be between 5 and 1000>");
Reply
#2

Show us where you create cookieamount
Reply
#3

This sometimes happens when you define the size of a integer variable such as a cookie variable. Just remove any size definition. See it it works. Or, show us the code.
Reply
#4

this?
Quote:

new cookieamount[MAX_COOKIES];

or you want the command
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)