Please guys help me.
I rechecked the whole things. I have the collisiontype=2 in the ini file but IS NOT WORKING.
This is my code:
EntityType(PlayerController,1);
SetBodyMass(PlayerController,80);
myMap.CreateMap();
Collisions(1,1,1);
Collisions(1,2,1);
Also I have added some boxes in the scene (from my code not from Sandbox) and they are falling on the terrain, so there is no mistake in my code..