CreateDynamicObject
#3

Tried in this way:

pawn Код:
new const RobOjbects[][RobIcons] =
{
    {2067.4,-1831.2,13.5},
    {488.0,-1734.0,34.4},
    {720.016,-454.625,15.328}
};

enum RobIcons
{
    Float:XXX,
    Float:YYY,
    Float:ZZZ
}

for(new i = 0; i < sizeof(AtmObjects); i ++)
{
CreateDynamicObject(19324, RobOjbects[i][XXX], RobOjbects[i][YYY], RobOjbects[i][ZZZ], 0.0, 0.0, 0.0, 100);
}
But getting this:

error 017: undefined symbol "RobIcons"
error 010: invalid function or declaration
Reply


Messages In This Thread
CreateDynamicObject - by KinderClans - 24.07.2018, 13:23
Re: CreateDynamicObject - by NaS - 24.07.2018, 13:42
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 13:52
Re: CreateDynamicObject - by NaS - 24.07.2018, 13:57
Re: CreateDynamicObject - by GTLS - 24.07.2018, 14:45
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 17:02
Re: CreateDynamicObject - by Dayrion - 24.07.2018, 17:14
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 19:22
Re: CreateDynamicObject - by Florin48 - 24.07.2018, 20:25
Re: CreateDynamicObject - by KinderClans - 24.07.2018, 20:28

Forum Jump:


Users browsing this thread: 2 Guest(s)