08.03.2012, 18:33
Set element collidable with any element.
Example:
Example:
PHP Code:
public OnPlayerSpawn(playerid)
{
foreach(Player,i)
{
SetElementCollidableWith(playerid,i,false);
}
return 1;
}

