15.07.2017, 07:24
(
Последний раз редактировалось mirou123; 15.07.2017 в 15:22.
)
So the problem is pretty straight forward
gives me this error "array sizes do not match, or destination array is too small"
I got it to work by redefining MAX_PLAYERS to 100. Anything other than 100 gives that error. So how can I fix this?
EDIT: I just found where I fucked up and I fixed it. Thanks for your time everyone.
Код:
ptask Task_Name[DELAY](playerid) { }
I got it to work by redefining MAX_PLAYERS to 100. Anything other than 100 gives that error. So how can I fix this?
EDIT: I just found where I fucked up and I fixed it. Thanks for your time everyone.