24.02.2015, 17:05
Quote:
|
Oh, now I see you have two dimensional enum. There is other structure. Try this
Код:
CMD:testfunc(playerid, params[])
{
randomfunc(playerid, ShamalMissions[EndMission[playerid]]);
return 1;
}
stock testfunc(playerid, theEnum[_Mission])
{
CreateDynamicCP(theEnum[LoadX], theEnum[LoadY], theEnum[LoadZ], 20.0, -1, -1, playerid);
}
|


