23.03.2013, 20:56
npc[i][cp] = CreateDynamicCP(npc[i][npcpos][0] + 1.0 * floatcos(220 + npc[playerid][npcpos][3], degrees), npc[i][npcpos][1] + 1.0 * floatsin(220 + npc[i][npcpos][3], degrees), npc[i][npcpos][2] - 1, 1.0, 0, 0, -1, 8.0);
This just puts the CP in front of the npc. Nothing special. It does shop up.
Just when I enter this nothing gets called in the callback: OnPlayerEnterDynamicCP...
not even the first line with print in it...
Do I have to enable something? :\
This just puts the CP in front of the npc. Nothing special. It does shop up.
Just when I enter this nothing gets called in the callback: OnPlayerEnterDynamicCP...
not even the first line with print in it...
Do I have to enable something? :\