"array must be indexed" error.
#1

Hello,
I'm trying to attach an object to player, but i'm getting this error :
PHP код:
C:\Documents and Settings\user1\My Documents\SAMP server\gamemodes\TDM.pwn(1158) : error 033: array must be indexed (variable "MB")
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

Codes are :
PHP код:
new MB[MAX_PLAYERS]; 
PHP код:
MB CreateObject(15500.00.00.00.00.00.0); // error on this line 
PHP код:
AttachObjectToPlayer(MB[playerid], playerid, -0.027000, -0.2519990.0000001.0000001.0000001.000000); 
Any help ?
Reply


Messages In This Thread
"array must be indexed" error. - by Moudix - 09.07.2015, 12:53
Re: "array must be indexed" error. - by Kqly - 09.07.2015, 12:54
Re: "array must be indexed" error. - by Mouiz - 09.07.2015, 12:55
Re: "array must be indexed" error. - by Moudix - 09.07.2015, 13:17
Re: "array must be indexed" error. - by Threshold - 09.07.2015, 13:37
Re: "array must be indexed" error. - by Moudix - 09.07.2015, 14:32

Forum Jump:


Users browsing this thread: 1 Guest(s)